Jump to content

LibMISB/Examples/Library basic usage: Difference between revisions

m
no edit summary
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`
Cookies help us deliver our services. By using our services, you agree to our use of cookies.