Microdc2: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) m Categorized |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://corsair626.no-ip.org/microdc/microdc2- | | http://corsair626.no-ip.org/microdc/microdc2-{{Microdc2-Version}}.tar.gz | ||
|- | |- | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|microdc2 is a command-line based Direct Connect client written in C by Oskar Liljeblad and designed to compile and run on modern POSIX compatible systems such as Linux.|http://corsair626.no-ip.org/microdc/}} | |||
== Dependencies == | == Dependencies == | ||
* [[ | === Optional === | ||
* [[LibXML2]] | |||
== Non-Multilib == | |||
Compile the package: | |||
./configure --prefix=/usr --mandir=/usr/man && | |||
make | |||
Install the package | |||
make install | |||
== Multilib == | |||
'''''This package does not install any libraries so only one installation is needed.''''' | |||
=== 32Bit === | |||
Compile the package: | |||
CC="gcc ${BUILD32}" USE_ARCH=32 \ | |||
./configure --prefix=/usr --mandir=/usr/man && | |||
make | |||
== | Install the package | ||
make install | |||
=== 64Bit === | |||
Compile the package: | |||
CC="gcc ${BUILD64}" USE_ARCH=64 \ | |||
./configure --prefix=/usr --mandir=/usr/man \ | |||
--libdir=/usr/lib64 && | |||
make | |||
Install the package | |||
make install | |||
= Contents = | |||
{| style="text-align: left;" | |||
|- | |||
! Installed Programs: | |||
| microdc2 tthsum | |||
|- | |||
! Installed Directories: | |||
|/usr/bin, /usr/man/man1, /usr/share/locale | |||
|} | |||
[[Category:Non-GUI Clients]] | |||
Latest revision as of 10:04, 5 April 2009
| Download Source: | http://corsair626.no-ip.org/microdc/microdc2-0.15.6.tar.gz |
|---|
Introduction to Microdc2
microdc2 is a command-line based Direct Connect client written in C by Oskar Liljeblad and designed to compile and run on modern POSIX compatible systems such as Linux.
Project Homepage: http://corsair626.no-ip.org/microdc/
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --mandir=/usr/man && make
Install the package
make install
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr --mandir=/usr/man &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr --mandir=/usr/man \
--libdir=/usr/lib64 &&
make
Install the package
make install
Contents
| Installed Programs: | microdc2 tthsum |
|---|---|
| Installed Directories: | /usr/bin, /usr/man/man1, /usr/share/locale |