diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:24 +0000 |
commit | dfc83dd740beaa46b637b87b5a804abf1cff7bee (patch) | |
tree | 0ee7cc4237e5ff1a33fa8a2612191b42c3821d17 /INSTALL | |
parent | 3711b42ef5ec02efff8f9db3c1b736cacc692f89 (diff) | |
download | s6-linux-init-dfc83dd740beaa46b637b87b5a804abf1cff7bee.tar.xz |
Add spawn_lib support
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,15 +6,15 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.3.10.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.4.0.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.1.5.0 or later: http://skarnet.org/software/execline/ - - s6-portable-utils version 2.0.6.0 or later: http://skarnet.org/software/s6-portable-utils/ - - s6-linux-utils version 2.1.0.0 or later: http://skarnet.org/software/s6-linux-utils/ - - s6 version 2.3.0.0 or later: http://skarnet.org/software/s6/ + - execline version 2.2.0.0 or later: http://skarnet.org/software/execline/ + - s6-portable-utils version 2.1.0.0 or later: http://skarnet.org/software/s6-portable-utils/ + - s6-linux-utils version 2.2.0.0 or later: http://skarnet.org/software/s6-linux-utils/ + - s6 version 2.4.0.0 or later: http://skarnet.org/software/s6/ 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 |