1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-07 10:37:37 +01:00

- updated README.org (new building instructions).

This commit is contained in:
cage 2021-07-05 18:17:21 +02:00
parent a82676609a
commit ccc790652f
2 changed files with 8 additions and 6 deletions

View File

@ -96,7 +96,6 @@ manager of your distribution (~apt~, ~yum~ etc).
# apt-get install libssl-dev # apt-get install libssl-dev
#+END_SRC #+END_SRC
* Install * Install
** Using guix ** Using guix
@ -115,7 +114,6 @@ manager of your distribution (~apt~, ~yum~ etc).
or using a shell script [[https://guix.gnu.org/manual/en/guix.html#Binary-Installation][as explained in the guix manual]]. or using a shell script [[https://guix.gnu.org/manual/en/guix.html#Binary-Installation][as explained in the guix manual]].
** From source ** From source
1. optional step needed only if you have not already the configure script, 1. optional step needed only if you have not already the configure script,
you will need ~autotools~ for that. you will need ~autotools~ for that.
@ -131,7 +129,7 @@ manager of your distribution (~apt~, ~yum~ etc).
#+END_SRC #+END_SRC
3. the script ~quick-quicklisp.sh~ will download and install the library manager and the 3. the script ~quick-quicklisp.sh~ will download and install the library manager and the
library on your home dir. libraries on your home dir.
#+BEGIN_SRC sh #+BEGIN_SRC sh
$ ./quick_quicklisp.sh $ ./quick_quicklisp.sh
@ -141,7 +139,9 @@ manager of your distribution (~apt~, ~yum~ etc).
this case just load the [[Dependency][dependencies]] this case just load the [[Dependency][dependencies]]
using the client installed on your computer. using the client installed on your computer.
4. clone in ~$HOME/quicklisp/local-projects/~ the latest version of 4. optional step if you did not ran ~quick-quicklisp.sh~.
Clone in ~$HOME/quicklisp/local-projects/~ the latest version of
croatoan, a library to wrap the ncurses TUI library. croatoan, a library to wrap the ncurses TUI library.
This step is temporary as this version will get into quicklisp eventually. This step is temporary as this version will get into quicklisp eventually.

View File

@ -186,7 +186,7 @@ Table of Contents
└──── └────
3. the script `quick-quicklisp.sh' will download and install the 3. the script `quick-quicklisp.sh' will download and install the
library manager and the library on your home dir. library manager and the libraries on your home dir.
┌──── ┌────
│ $ ./quick_quicklisp.sh │ $ ./quick_quicklisp.sh
@ -196,7 +196,9 @@ Table of Contents
this case just load the [dependencies] using the client installed this case just load the [dependencies] using the client installed
on your computer. on your computer.
4. clone in `$HOME/quicklisp/local-projects/' the latest version of 4. optional step if you did not ran `quick-quicklisp.sh'.
Clone in `$HOME/quicklisp/local-projects/' the latest version of
croatoan, a library to wrap the ncurses TUI library. croatoan, a library to wrap the ncurses TUI library.
This step is temporary as this version will get into quicklisp This step is temporary as this version will get into quicklisp