10.65. Udev-124

The Udev package contains programs for dynamic creation of device nodes.

10.65.1. Installation of Udev

Udev only provides one library, libvolume_id. Instead of building the entire udev package for one library, We're just going to compile the single library:

cd extras/volume_id/lib
make CC="gcc ${BUILD32}" AR=ar RANLIB=ranlib E=@echo Q=@

Install the library:

make install

Details on this package are located in Section 10.66.2, “Contents of Udev.”