Search code examples
c++linuxstatic-librariesmonodevelop

Adding libraries to MonoDevelop C++ projects


How can I add -lX11, -lopenal and -lalut libraries to a C++ Project created in MonoDevelop IDE in linux?


Solution

  • The Code Generation tab of the Code Generation section of the project options has the option to manually add custom/extra compiler options and linker options.

    Also you can add libraries via the Libraries tab (example below is from a ncurses project):

    Project Options : Code Generation : Libraries tab:

    enter image description here