<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jan 18, 2020 at 11:48 AM Alexander Gribanov <<a href="mailto:sunrisecoder@gmail.com">sunrisecoder@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thank You very much, but I'm not sure, which command You mean... Compiler or linker command?<div>I have tried this, but still, it doesn't work... Any ideas about how to compile it or maybe there is documentation on how to build the <b>Examples</b>?<br><div><br></div></div></div></blockquote></div><div><br></div><div>Found this info on the net:</div><div><br></div>Here are steps to add an external library<br><a href="http://wiki.eclipse.org/CDT/User/FAQ#How_do_I_add_an_external_library_to_my_C.2B.2B_project.3F">http://wiki.eclipse.org/CDT/User/FAQ#How_do_I_add_an_external_library_to_my_C.2B.2B_project.3F</a><br><br>1) in Properties>>C/C++ Build>>Settings>>GCC C++ Compiler >> Includes you must add the include path for the external library (where the header reside). This information is needed by the Eclipse indexer (code completion etc.) and the compiler<br><br>2) Properties>>C/C++ Build>>Settings>>GCC C++ Linker >> Libraries you must add the library search path (option -L) and the library you want to link against (option -l). This info is needed for the linker.  -- <br><div dir="ltr" class="gmail_signature"><br></div><div class="gmail_signature">Not sure I can be of further help, sorry</div><div dir="ltr" class="gmail_signature"><br>Regards<br>Strahinja Radman</div></div>