HAL: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
 
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 16: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

Retrieved from "?title=HAL&oldid=2447"