LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   What are the steps to install linux dc++ in fedora 11 from source tar file? (https://www.linuxquestions.org/questions/fedora-35/what-are-the-steps-to-install-linux-dc-in-fedora-11-from-source-tar-file-759229/)

ajsc 10-02-2009 11:02 AM

What are the steps to install linux dc++ in fedora 11 from source tar file?
 
I have downloaded the linuxdcplus 1.0.3 source file. However i am unable to install the same in my fedora 11. could anyone guide me and all with detailed step by step instructions and the possible options?

cpuobsessed 10-02-2009 12:08 PM

tar xvfz linuxdcplus_1.0.3.gz (or whatever the file is called)
cd linuxdcplus_1.0.3 (again whatever the folder it was extracted to
./configure
make depend (most times this isn't necessary)
make
su -c "make install"


This is just a typical run that will usually install to /usr/local/<packagename>
You can apply options in the configure stage such as "./configure --prefixdir=/usr/local/dcplus"


All times are GMT -5. The time now is 01:00 PM.