I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?
|
feedback
|
|
You shouldn't need to set anything, as If you installed a dynamic library (.so) file, however, you might need to run | |||
|
feedback
|