diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 13:06:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 13:06:54 +0000 |
commit | 2fc42cddaf853318e76613fa17500ab412ef8f19 (patch) | |
tree | 32596d6155a9da88f13585f6ddba6547512e260a /INSTALL | |
parent | 3872e7d392217394a7c9c12dfa65ab12e49e54f4 (diff) | |
download | s6-linux-init-2fc42cddaf853318e76613fa17500ab412ef8f19.tar.xz |
xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -6,11 +6,11 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 4.0 or later - - skalibs version 2.3.5.1 or later: http://skarnet.org/software/skalibs/ - - execline version 2.1.2.2 or later: http://skarnet.org/software/execline/ - - s6-portable-utils version 2.0.5.0 or later: http://skarnet.org/software/s6-portable-utils/ - - s6-linux-utils version 2.0.2.1 or later: http://skarnet.org/software/s6-linux-utils/ - - s6 version 2.1.6.0 or later: http://skarnet.org/software/s6/ + - skalibs version 2.3.6.1 or later: http://skarnet.org/software/skalibs/ + - execline version 2.1.3.1 or later: http://skarnet.org/software/execline/ + - s6-portable-utils version 2.0.5.1 or later: http://skarnet.org/software/s6-portable-utils/ + - s6-linux-utils version 2.0.2.2 or later: http://skarnet.org/software/s6-linux-utils/ + - s6 version 2.2.0.1 or later: http://skarnet.org/software/s6/ Note that all those are build-time dependencies, and they are *also* run-time dependencies when you use the init binary created @@ -20,6 +20,11 @@ by s6-linux-init-maker. version 2.6.32 or later. However, it should not be too hard to port to other Unix-like operating systems. + The s6-linux-init-maker binary will actually build *and run* on +another operating system; however, the scripts it produces depend on +s6-linux-utils binaries, which are really Linux-specific - so those +scripts will not run properly on another OS. + * Standard usage -------------- |