How can I add -lX11
, -lopenal
and -lalut
libraries to a C++ Project created in MonoDevelop IDE in linux?
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: