1
0
Fork 0

- added mention of gcc and xgettext in README.

This commit is contained in:
cage 2020-12-13 16:30:26 +01:00
parent c0abc807d1
commit 806e28c5bd
2 changed files with 14 additions and 8 deletions

View File

@ -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;

View File

@ -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
──────────────────