Hello
I have a couple of softwares (source code) that is not available in package repository or in ports.
I want to compile and install these softwares onto my system. Can you give any general pointers to doing that, or if there is some sort of guide for building software from source.
I have done such stuff for linux (but it was quite a lot of years ago), I remember it being mostly just a matter of running
I have compiled and installed a library, but when I try to compile the next software I get an error that it cannot find the library (which is installed under /usr/local ) ... shouldn't the build tools find that automatically?
I have a couple of softwares (source code) that is not available in package repository or in ports.
I want to compile and install these softwares onto my system. Can you give any general pointers to doing that, or if there is some sort of guide for building software from source.
I have done such stuff for linux (but it was quite a lot of years ago), I remember it being mostly just a matter of running
configure
+ make
+ make install
I have compiled and installed a library, but when I try to compile the next software I get an error that it cannot find the library (which is installed under /usr/local ) ... shouldn't the build tools find that automatically?