Skip to content
giangiac edited this page Aug 13, 2020 · 9 revisions

How to compile the examples?

The examples are contained in folder $REPO/examples/. You have to add the option -DBuild Examples=ON to the cmake command. Consider that you initially compiled with:

$ mkdirbuild; cd build
$ cmake -DIqsPython=OFF ..
$ make

To add the examples, from the $REPO/build/ folder just run:

$ cmake -DBuildExamples=ON ..
$ make

Executable files are generated in $REPO/examples/bin/ folder.

Clone this wiki locally