23,776
edits
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
The executable is located on <code>/misb-library/examples/misb/</code> or if you want to compile and execute the example file out of the project. The path of the example is located on <code>/misb-library/examples/misb/misb-converter.cpp</code>. To compile the example we suggest you follow the next Makefile: | The executable is located on <code>/misb-library/examples/misb/</code> or if you want to compile and execute the example file out of the project. The path of the example is located on <code>/misb-library/examples/misb/misb-converter.cpp</code>. To compile the example we suggest you follow the next Makefile: | ||
<syntaxhighlight lang="Makefile"> | <syntaxhighlight lang="Makefile"> | ||
FLAGS:=`pkg-config --cflags --libs misb-0.0` | FLAGS:=`pkg-config --cflags --libs misb-0.0` |