Difference between revisions of "Installing linuxdcpp"
From Notes_Wiki
(Created page with "=Installing linuxdcpp= linuxdcpp is a very good dc++ client for Linux. In case it is not available in any standard repositories (a case with CentOS) then we can download its ...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Network related tools]] > [[Linuxdcpp]] > [[Installing linuxdcpp]] | |||
linuxdcpp is a very good dc++ client for Linux. In case it is not available in any standard repositories (a case with CentOS) then we can download its latest source from https://launchpad.net/linuxdcpp and then compile it from source. Steps to compile and install from source are: | linuxdcpp is a very good dc++ client for Linux. In case it is not available in any standard repositories (a case with CentOS) then we can download its latest source from https://launchpad.net/linuxdcpp and then compile it from source. Steps to compile and install from source are: | ||
Line 8: | Line 8: | ||
#If compilation succeeds then type 'scons install' and press enter. (This is similar to typing 'make install') | #If compilation succeeds then type 'scons install' and press enter. (This is similar to typing 'make install') | ||
#You can create icon for linuxdcpp in Menu. The icon is usually stored in /usr/local/share/linuxdcpp/pixmaps and name of executable is linuxdcpp. | #You can create icon for linuxdcpp in Menu. The icon is usually stored in /usr/local/share/linuxdcpp/pixmaps and name of executable is linuxdcpp. | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Network related tools]] > [[Linuxdcpp]] > [[Installing linuxdcpp]] |
Latest revision as of 12:57, 23 August 2022
Home > CentOS > CentOS 6.x > Network related tools > Linuxdcpp > Installing linuxdcpp
linuxdcpp is a very good dc++ client for Linux. In case it is not available in any standard repositories (a case with CentOS) then we can download its latest source from https://launchpad.net/linuxdcpp and then compile it from source. Steps to compile and install from source are:
- Downloaded latest source from https://launchpad.net/linuxdcpp
- Extract source code files
- Install 'scons' using yum
- Go to source folder and type 'scons' and press enter. (This is similar to typing 'make')
- If compilation succeeds then type 'scons install' and press enter. (This is similar to typing 'make install')
- You can create icon for linuxdcpp in Menu. The icon is usually stored in /usr/local/share/linuxdcpp/pixmaps and name of executable is linuxdcpp.
Home > CentOS > CentOS 6.x > Network related tools > Linuxdcpp > Installing linuxdcpp