summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-03-02 09:41:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-03-02 09:41:24 +0000
commit23fba266a9454ee6ca095b7f6eccf523f6526607 (patch)
tree7350fdaba49b1529a13d50f6396aea35f340954d /INSTALL
parent54d0dc0990f13a86680fa55c623f0570853749ac (diff)
downloads6-linux-init-23fba266a9454ee6ca095b7f6eccf523f6526607.tar.xz
Save pending changes in 1.0.0.0 branch
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 4 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index affa94e..c9d11fb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,25 +6,15 @@ Build Instructions
- A Linux-based system with a standard C development environment
- GNU make version 3.81 or later
- - skalibs version 2.6.4.0 or later: http://skarnet.org/software/skalibs/
-
- The scripts generated by the s6-linux-init-maker program have some
-additional dependencies:
-
- - execline version 2.3.0.4 or later: http://skarnet.org/software/execline/
- - s6-portable-utils version 2.2.1.1 or later: http://skarnet.org/software/s6-portable-utils/
- - s6-linux-utils version 2.4.0.2 or later: http://skarnet.org/software/s6-linux-utils/
- - s6 version 2.7.1.0 or later: http://skarnet.org/software/s6/
+ - skalibs version 2.8.0.0 or later: https://skarnet.org/software/skalibs/
+ - execline version 2.5.1.0 or later: https://skarnet.org/software/execline/
+ - s6 version 2.8.0.0 or later: https://skarnet.org/software/s6/
+ - Recommended: utmps version 0.0.2.0 or later: https://skarnet.org/software/utmps/
This software is Linux-specific. It will run on a Linux kernel,
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
--------------