NetworkManager: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
{{Package-Introduction|NetworkManager program is a network connection manager. It supports Ethernet, WiFi, VPN connections.|http://www.gnome.org/projects/NetworkManager/}} | {{Package-Introduction|NetworkManager program is a network connection manager. It supports Ethernet, WiFi, VPN connections.|http://www.gnome.org/projects/NetworkManager/}} | ||
---- | ----. | ||
{{Note|[[libnl]]-{{libnl-Version}} does not work with NetworkManager, use 1.0-pre6 instead}} | |||
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
* [[libnl]] | * [[libnl]] | ||
* [[Wireless tools]] | * [[Wireless tools]] | ||
* [[WPA Supplicant]] | * [[WPA Supplicant]] | ||
* [[D-BUS Glib]] | |||
* [[PolicyKit]] | |||
* [[NSS]] or [[GnuTLS]] | |||
=== Recommended === | === Recommended === | ||
* [[ | * [[dhcpcd]] or [[dhcp]] | ||
=== Optional === | |||
* [[PPP]] | |||
== Configuring Information == | == Configuring Information == | ||
Revision as of 14:45, 26 December 2008
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.8/NetworkManager-0.8.tar.bz2 |
|---|
Introduction to NetworkManager
NetworkManager program is a network connection manager. It supports Ethernet, WiFi, VPN connections.
Project Homepage: http://www.gnome.org/projects/NetworkManager/
.
libnl-1.1 does not work with NetworkManager, use 1.0-pre6 instead
Dependencies
Required
Recommended
Optional
Configuring Information
| --without-gnome: Build without gnome support. Daemon only is built to use with KDE. |
| --without-dhcdbd: Disable Dhcdbd |
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libexecdir=/usr/lib/network-manager &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package:
To do ...
N32
Compile the package:
To do ...
Install the package:
To do ...
64Bit
Compile the package:
To do ...
Install the package:
To do ...
Contents
| Installed Directories: | /usr/include/NetworkManager |
|---|---|
| Installed Programs: | NetworkManagerDispatcher |
| Installed Libraries: | libnm-util.{a,la,so}, libnm_glib.{a,la,so} |