From 367677d76be1bb7be6541d21d9dda8bc88110d1e Mon Sep 17 00:00:00 2001 From: Vissarion Moutafis <44686370+VissaMoutafis@users.noreply.github.com> Date: Mon, 24 Feb 2020 12:59:24 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07cadd0..407d4e3 100755 --- a/README.md +++ b/README.md @@ -33,10 +33,13 @@ You need to install the following two packages: Open up a terminal and type the folllowing commands ```shell +#make sure everything is updated ~$ sudo apt update && sudo apt upgrade + #Now to install compiler and instalation tool ~$ sudo apt-get install gcc make -#And the actuall library + +#And the actuall library (ncurses) ~$ sudo apt-get install libncurses5-dev libncursesw5-dev ``` 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 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!