From 806e28c5bd6c5cc683ce23609e47159f4e7bca28 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 13 Dec 2020 16:30:26 +0100 Subject: [PATCH] - added mention of gcc and xgettext in README. --- README.org | 12 ++++++++---- README.txt | 10 ++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 4f64813..3c1e089 100644 --- a/README.org +++ b/README.org @@ -36,16 +36,20 @@ ** Programs - + for running the program: - - SBCL compiler; - - xdg-open; - - your favourite editor (default: nano). + + to build the package: + xgettext; + a C compiler. + to install the package, including running the script to install lisp libraries (~quick_quicklisp.sh~): - GNU AWK (Gawk); - BASH shell. + + to run the program: + - SBCL compiler; + - xdg-open; + - your favourite editor (default: nano). + ** Lisp Libraries - alexandria; diff --git a/README.txt b/README.txt index ef5f843..1debfb7 100644 --- a/README.txt +++ b/README.txt @@ -76,16 +76,18 @@ Table of Contents 3.1 Programs ──────────── - ⁃ for running the program: - • SBCL compiler; - • xdg-open; - • your favourite editor (default: nano). + ⁃ to build the package: xgettext; a C compiler. ⁃ to install the package, including running the script to install lisp libraries (`quick_quicklisp.sh'): • GNU AWK (Gawk); • BASH shell. + ⁃ to run the program: + • SBCL compiler; + • xdg-open; + • your favourite editor (default: nano). + 3.2 Lisp Libraries ──────────────────