Skip to content
Permalink
Browse files
README.md now contains ncurses tutorial
  • Loading branch information
grantb3 committed Feb 4, 2019
1 parent c8c23cf commit 94c3ec1cc0f7fb16a7f3a6474c9d037289a6da84
Showing 1 changed file with 5 additions and 0 deletions.
@@ -1,2 +1,7 @@
# Old-School-Game
ALP 2

**To build with ncurses on Codio:**
- If ncurses is not installed, first run the following in terminal: `sudo apt-get install libncurses5-dev libncursesw5-dev`
- If it is installed, you may use it with: `#include <ncurses.h>`
- To compile, make sure you use the option `-lncurses` to avoid compilation errors. This ensures ncurses is linked properly.

0 comments on commit 94c3ec1

Please sign in to comment.