108
make
make: - This command starts compiling the application after reading the Makefile on how to
install the applications binaries. This process takes most of the time.
After doing this, login to superuser mode (root) and execute the following command to
install the applications to a suitable location.
make install
make install : - This command installs the package usually in /usr/local folder.
However if for some reason the compilation does not take place successfully try reading
README,INSTALL text files in the projects directory.
Komentáře k této Příručce