Go to file
Nicolò Balzarotti c8146c4273 nix: add default.nix (to compile with nix-shell) 2016-12-26 16:42:28 +01:00
.gitignore Initial commit 2016-12-18 22:32:51 +01:00
LICENSE Initial commit 2016-12-18 22:32:51 +01:00
README.md Port to ncurses 2016-12-26 16:42:18 +01:00
Roofus.c Port to ncurses 2016-12-26 16:42:18 +01:00
default.nix nix: add default.nix (to compile with nix-shell) 2016-12-26 16:42:28 +01:00

README.md

Roofus.c

Clear the table

How to compile

Current version requires ncures (checkout the no-ncurses branch with git checkout no-ncurses if you don't want it).

Add the path to your LD_LIBRARY_PATH and then compile with the flag -lncurses

ubuntu example:

(as root) apt-get install ncurses-dev

(compile) gcc ./Roofus.c -o roofus -lncurses