mirror of https://codeberg.org/cage/tinmop/
- added instruction to clone croatoan.
This commit is contained in:
parent
bcebe8a1a0
commit
680de087da
15
README.org
15
README.org
|
@ -102,19 +102,28 @@
|
||||||
$ git clone https://github.com/Shinmera/tooter.git
|
$ git clone https://github.com/Shinmera/tooter.git
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
5. build the executable:
|
5. 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.
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
$ cd $HOME/quicklisp/local-projects/
|
||||||
|
$ git clone https://github.com/McParen/croatoan.git
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
6. build the executable:
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ make
|
$ make
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
6. install on your system:
|
7. install on your system:
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ make install
|
$ make install
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
7. run the software!
|
8. run the software!
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ tinmop
|
$ tinmop
|
||||||
|
|
16
README.txt
16
README.txt
|
@ -140,19 +140,29 @@ Table of Contents
|
||||||
│ $ git clone https://github.com/Shinmera/tooter.git
|
│ $ git clone https://github.com/Shinmera/tooter.git
|
||||||
└────
|
└────
|
||||||
|
|
||||||
5. build the executable:
|
5. 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.
|
||||||
|
┌────
|
||||||
|
│ $ cd $HOME/quicklisp/local-projects/
|
||||||
|
│ $ git clone https://github.com/McParen/croatoan.git
|
||||||
|
└────
|
||||||
|
|
||||||
|
6. build the executable:
|
||||||
|
|
||||||
┌────
|
┌────
|
||||||
│ $ make
|
│ $ make
|
||||||
└────
|
└────
|
||||||
|
|
||||||
6. install on your system:
|
7. install on your system:
|
||||||
|
|
||||||
┌────
|
┌────
|
||||||
│ $ make install
|
│ $ make install
|
||||||
└────
|
└────
|
||||||
|
|
||||||
7. run the software!
|
8. run the software!
|
||||||
|
|
||||||
┌────
|
┌────
|
||||||
│ $ tinmop
|
│ $ tinmop
|
||||||
|
|
Loading…
Reference in New Issue