Dhcpcd: Difference between revisions
From CBLFS
Jump to navigationJump to search
I added the package description from BLFS. |
No edit summary |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd- | | ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-{{Dhcpcd-Version}}.tar.bz2 | ||
|} | |} | ||
Revision as of 15:56, 17 December 2006
| Download Source: | ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-5.2.8.tar.bz2 |
|---|
Introduction to Dhcpcd
Dhcpcd is an implementation of the DHCP client specified in RFC2131. This is useful for connecting your computer to a network which uses DHCP to assign network addresses.
Dependencies
Non-Multilib
Compile the package:
./configure --prefix="" --mandir=/usr/share/man && make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix="" --mandir=/usr/share/man &&
make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix="" --mandir=/usr/share/man &&
make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix="" --mandir=/usr/share/man &&
make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe