diff options
author | Geert Stappers <stappers@stappers.nl> | 2012-10-12 21:36:50 +0200 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-10-15 08:50:23 +0100 |
commit | 1ece228d9f133791b3d63d6996e475a1ad695af3 (patch) | |
tree | 0445499792d8e36871e201fb17872a53729307a2 | |
parent | ac3f053411c096dea192e9572c7cb3abc32d8b6e (diff) | |
download | syslinux-1ece228d9f133791b3d63d6996e475a1ad695af3.tar.gz |
README: document the need for /usr/include/uuid/uuid.h
utils/isohybrid build depends on /usr/include/uuid/uuid.h The package
name varies between distribution families.
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,6 +20,13 @@ SYSLINUX now builds in a Linux environment, using nasm. You need nasm version 2.03 or later (2.07 or later recommended) to build SYSLINUX from source. See http://www.nasm.us/ for information about nasm. +"utils/isohybrid" needs the header file, + + /usr/include/uuid/uuid.h + +You can get it from the "uuid-dev" package on Debian based systems or +from the "libuuid-devel" package on RPM based distributions. + There is now a mailing list for SYSLINUX. See the end of syslinux.txt for details. |