mirror of https://codeberg.org/cage/tinmop/
- added mention of gcc and xgettext in README.
This commit is contained in:
parent
c0abc807d1
commit
806e28c5bd
12
README.org
12
README.org
|
@ -36,16 +36,20 @@
|
||||||
|
|
||||||
** Programs
|
** Programs
|
||||||
|
|
||||||
+ for running the program:
|
+ to build the package:
|
||||||
- SBCL compiler;
|
xgettext;
|
||||||
- xdg-open;
|
a C compiler.
|
||||||
- your favourite editor (default: nano).
|
|
||||||
|
|
||||||
+ to install the package, including running the script to install
|
+ to install the package, including running the script to install
|
||||||
lisp libraries (~quick_quicklisp.sh~):
|
lisp libraries (~quick_quicklisp.sh~):
|
||||||
- GNU AWK (Gawk);
|
- GNU AWK (Gawk);
|
||||||
- BASH shell.
|
- BASH shell.
|
||||||
|
|
||||||
|
+ to run the program:
|
||||||
|
- SBCL compiler;
|
||||||
|
- xdg-open;
|
||||||
|
- your favourite editor (default: nano).
|
||||||
|
|
||||||
** Lisp Libraries
|
** Lisp Libraries
|
||||||
|
|
||||||
- alexandria;
|
- alexandria;
|
||||||
|
|
10
README.txt
10
README.txt
|
@ -76,16 +76,18 @@ Table of Contents
|
||||||
3.1 Programs
|
3.1 Programs
|
||||||
────────────
|
────────────
|
||||||
|
|
||||||
⁃ for running the program:
|
⁃ to build the package: xgettext; a C compiler.
|
||||||
• SBCL compiler;
|
|
||||||
• xdg-open;
|
|
||||||
• your favourite editor (default: nano).
|
|
||||||
|
|
||||||
⁃ to install the package, including running the script to install lisp
|
⁃ to install the package, including running the script to install lisp
|
||||||
libraries (`quick_quicklisp.sh'):
|
libraries (`quick_quicklisp.sh'):
|
||||||
• GNU AWK (Gawk);
|
• GNU AWK (Gawk);
|
||||||
• BASH shell.
|
• BASH shell.
|
||||||
|
|
||||||
|
⁃ to run the program:
|
||||||
|
• SBCL compiler;
|
||||||
|
• xdg-open;
|
||||||
|
• your favourite editor (default: nano).
|
||||||
|
|
||||||
|
|
||||||
3.2 Lisp Libraries
|
3.2 Lisp Libraries
|
||||||
──────────────────
|
──────────────────
|
||||||
|
|
Loading…
Reference in New Issue