[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 08/32: README: Update requirements.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 08/32: README: Update requirements. |
Date: |
Wed, 30 Mar 2022 11:01:28 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit 76c28d44da3e68c1b2852c97121de5f811a9ca82
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Mar 29 20:31:54 2022 +0200
README: Update requirements.
* README: Update.
---
README | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/README b/README
index d930ff1..ac84378 100644
--- a/README
+++ b/README
@@ -15,13 +15,10 @@ daemon-managing daemon.
** Requirements
-This program requires Guile (the GNU Ubiquitous Intelligent Language
-for Extension), version 2.0.13 or later (including 2.2.x). It uses
-GOOPS, but as GOOPS is part of Guile, a normal Guile installation is
-sufficient. It also uses readline, though it does not really depend
-on it.
+The GNU Shepherd depends on the following pieces of software:
-GNU Make is required to build the Shepherd.
+ - GNU Guile 3.0.x or 2.2.x, https://gnu.org/software/guile
+ - Fibers 1.1.0 or later, https://github.com/wingo/fibers
** Getting started
- [shepherd] branch master updated (6be3ce1 -> cf78dd4), Ludovic Courtès, 2022/03/30
- [shepherd] 04/32: README: Update bug-report section., Ludovic Courtès, 2022/03/30
- [shepherd] 06/32: build: Drop support for Guile 2.0., Ludovic Courtès, 2022/03/30
- [shepherd] 01/32: tests: Remove 'nofiles' test file when cleaning up., Ludovic Courtès, 2022/03/30
- [shepherd] 02/32: README: Mention copyright year ranges., Ludovic Courtès, 2022/03/30
- [shepherd] 03/32: Remove 'QUESTIONS' file., Ludovic Courtès, 2022/03/30
- [shepherd] 07/32: Use Fibers., Ludovic Courtès, 2022/03/30
- [shepherd] 13/32: shepherd: Encode log as UTF-8 unconditionally., Ludovic Courtès, 2022/03/30
- [shepherd] 14/32: service: 'make-forkexec-constructor' spawns a logging fiber., Ludovic Courtès, 2022/03/30
- [shepherd] 08/32: README: Update requirements.,
Ludovic Courtès <=
- [shepherd] 21/32: service: Add systemd constructor and destructor., Ludovic Courtès, 2022/03/30
- [shepherd] 22/32: service: Add 'start-in-the-background'., Ludovic Courtès, 2022/03/30
- [shepherd] 25/32: service: Add #:handle-termination slot., Ludovic Courtès, 2022/03/30
- [shepherd] 28/32: shepherd: Do not change to the client directory when executing a command., Ludovic Courtès, 2022/03/30
- [shepherd] 31/32: doc: Clarify which instance 'herd' talks to., Ludovic Courtès, 2022/03/30
- [shepherd] 09/32: build: Capture the source and object directories of Fibers., Ludovic Courtès, 2022/03/30
- [shepherd] 11/32: service: 'read-pid-file' no longer blocks., Ludovic Courtès, 2022/03/30
- [shepherd] 10/32: shepherd: Use one fiber for signal handling, and one for clients., Ludovic Courtès, 2022/03/30
- [shepherd] 15/32: doc: Fix inetutils cross-reference., Ludovic Courtès, 2022/03/30
- [shepherd] 12/32: service: 'read-pid-file' uses (@ (guile) sleep) when it's not suspendable., Ludovic Courtès, 2022/03/30