Difference between revisions of "NetworkManager"

From CBLFS
Jump to navigationJump to search
(This is CLFS, not Arch; it's a GNOME app, let's build it for the GNOME ABI.)
Line 33: Line 33:
  
 
  ./configure --prefix=/usr --sysconfdir=/etc \
 
  ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var &&
+
       --localstatedir=/var --libexecdir=/usr/lib/network-manager &&
 
  make
 
  make
  

Revision as of 03:02, 4 July 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/


Dependencies

Required

Recommended

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}