Browse Source

Update README.md

master
Vissarion Moutafis 5 years ago
committed by GitHub
parent
commit
367677d76b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

10
README.md

@ -33,10 +33,13 @@ You need to install the following two packages:
Open up a terminal and type the folllowing commands Open up a terminal and type the folllowing commands
```shell ```shell
#make sure everything is updated
~$ sudo apt update && sudo apt upgrade ~$ sudo apt update && sudo apt upgrade
#Now to install compiler and instalation tool #Now to install compiler and instalation tool
~$ sudo apt-get install gcc make ~$ sudo apt-get install gcc make
#And the actuall library
#And the actuall library (ncurses)
~$ sudo apt-get install libncurses5-dev libncursesw5-dev ~$ sudo apt-get install libncurses5-dev libncursesw5-dev
``` ```
Now you are ready to use the repo. Now you are ready to use the repo.
@ -77,4 +80,9 @@ Special thanks to [plato(otalpster)](https://github.com/otalpster) for fixing a
## Licence: MIT ## Licence: MIT
Check the file LICENCE. Check the file LICENCE.
## Appendix
If you are interested to know more about terminal gui apps and __especially ncurses library__, check [this](http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html) out!
Another ncurses guide (maybe more begginer friendly) is [this](http://www.cs.ukzn.ac.za/~hughm/os/notes/ncurses.html) one.
### Enjoy! ### Enjoy!
Loading…
Cancel
Save