Difference between revisions of "HAL"

From CBLFS
Jump to navigationJump to search
 
(Dependencies)
Line 10: Line 10:
  
 
=== Required ===
 
=== Required ===
 +
* [[DBUS]] (With Glib Binding)
 +
* [[Glib2]]
 +
* [[PolicyKit]]
 +
=== Reccomended ===
 +
* [[PCI Utilities]]
  
 
=== Optional ===
 
=== Optional ===
 +
* [[Parted]]
 +
* [[Acpid]]
 +
* [[Expat]]
 +
* [[libusb]]
 +
* [[Doxygen]]
 +
* [[DocBook Utils]]
 +
* [[intltool]]
  
 
== HalDaemon User/Group ==
 
== HalDaemon User/Group ==

Revision as of 17:43, 3 October 2006

Download Source: http://people.freedesktop.org/~david/dist/hal-0.5.8.1.tar.gz

Dependencies

Required

Reccomended

Optional

HalDaemon User/Group

groupadd -g 19 haldaemon &&
useradd -c "HAL Daemon User" -d /dev/null \
        -u 19 -g messagebus -s /bin/false polkit

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc \
    --libexecdir=/usr/lib/hal --localstatedir=/var &&
make

Install the package

make install &&
install -v -m755 -d /var/run/hald

Multilib

32Bit

N32

64Bit