As far as the source is valid and contains configuration files, we can still compile it under any linux environment that supports the configure and make.
Well the process is very simple. step 1. $ Extract Files and change directory to the sources directory step 2. $ ./configure step 3. $ make in step 3. Everything should go fine and should not report any error. then 4. $ sudo make install If step 3 goes fine then step 4 should not report any error. In case you have any problem, you can use this link for further information : http://ubuntuforums.org/showthread.php?t=705395 Note: (For Debian based system) You can also find the rpm package for the above software, then use alien (can be installed from synaptic) to install rpm package under debian based system. -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
