Installing programs from source can make programs run fast and be more personalized, however it can easy or difficult to get the source to configure and compile.
Standard programs automake, make, and gcc. These are most likely already installed
All the prerequisites the program requires. If you usually use install programs from binaries, (rpm, deb), you will probably have to install devel or src packages. If that doesn't work, you may have to install the prerequisites from source.
Configure the install by changing into the untared directory, and execute ./configure
./configure is the default configuration, most of the time its satisfactory. By executing ./configure --help, it will display all the configuration options. The install directory is set by adding the flag --prefix=/usr or --prefix=/usr/local
Execute make, and this will compile the program
Execute make install to install the program, make sure you are logged in as root, or try sudo make install
Basic
For bzip2 files
tar xvfj *.tar.bz2
./configure
make
make install
For gziped files
tar xvfj *.tar.gz
./configure
make
make install
Debugging Errors[]
There are too many, the best way to solve the problem is to copy the error into google.
Do not use the line Leaving Directory XXXXX
Remove the line number from the error foobar.h:2132 Error: XxxXxxx, often they are not the same from file to file, even when the errors are the same.
Remove common and uncommon prefixes, remove /usr/local/lib/ from /usr/local/lib/libxft.so because on different systems they are in different places
When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
Manage Consent Preferences
Strictly Necessary Cookies
Always Active
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
Performance Cookies
Always Active
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
Functional Cookies
Always Active
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
Targeting Cookies
Always Active
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Social Media Cookies
Always Active
These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools.