summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 10 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index a7f05d2..bc11077 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
--------------