- It's necessary install the library
ncurses
to execute the program, to do that open the terminal and use
$ sudo apt-get install libncurses5-dev libncursesw5-dev
- Clone or downloand the project and open the folder
src
by the terminal and use the command
$ make main
- And then use
$ ./main
- So the program will be executed.
- To know more about the project, click here.