mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-18 23:22:52 +01:00
- updated README.org (new building instructions).
This commit is contained in:
parent
a82676609a
commit
ccc790652f
@ -96,7 +96,6 @@ manager of your distribution (~apt~, ~yum~ etc).
|
||||
# apt-get install libssl-dev
|
||||
#+END_SRC
|
||||
|
||||
|
||||
* Install
|
||||
|
||||
** 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]].
|
||||
|
||||
|
||||
** From source
|
||||
1. optional step needed only if you have not already the configure script,
|
||||
you will need ~autotools~ for that.
|
||||
@ -131,7 +129,7 @@ manager of your distribution (~apt~, ~yum~ etc).
|
||||
#+END_SRC
|
||||
|
||||
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
|
||||
$ ./quick_quicklisp.sh
|
||||
@ -141,7 +139,9 @@ manager of your distribution (~apt~, ~yum~ etc).
|
||||
this case just load the [[Dependency][dependencies]]
|
||||
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.
|
||||
|
||||
This step is temporary as this version will get into quicklisp eventually.
|
||||
|
@ -186,7 +186,7 @@ Table of Contents
|
||||
└────
|
||||
|
||||
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
|
||||
@ -196,7 +196,9 @@ Table of Contents
|
||||
this case just load the [dependencies] 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.
|
||||
|
||||
This step is temporary as this version will get into quicklisp
|
||||
|
Loading…
Reference in New Issue
Block a user