Changes between Version 2 and Version 3 of SaliRequirements


Ignore:
Timestamp:
06/07/10 15:01:30 (14 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliRequirements

    v2 v3  
    1313  * gobject-introspection-1.0 >= 0.6.2
    1414  * readline
    15   * Linux kernel >= 2.6.27 ( because of udev )
     15
     16= Run Requirements =
     17Sali uses a udev version that requires Linux kernel 2.6.27 or higher. Also the folling options in the kernel configuration must be enabled:
     18  * CONFIG_HOTPLUG=y
     19  * CONFIG_UEVENT_HELPER_PATH=""
     20  * CONFIG_NET=y
     21  * CONFIG_UNIX=y
     22  * CONFIG_SYSFS=y
     23  * CONFIG_SYSFS_DEPRECATED*=n
     24  * CONFIG_PROC_FS=y
     25  * CONFIG_TMPFS=y
     26  * CONFIG_INOTIFY_USER=y
     27  * CONFIG_SIGNALFD=y
     28  * CONFIG_TMPFS_POSIX_ACL=y (user ACLs for device nodes)
     29  * CONFIG_BLK_DEV_BSG=y (SCSI devices)
     30
     31'''NOTE: option CONFIG_SYSFS_DEPRECATED* must be disabled, or udev will NOT work'''