A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
Not a big thing but for some un-learned starter developers, they may not know to cd into build.
Else cmake .. tries to run cmake in the parent directory of Go-For-It.
Not a big thing but for some un-learned starter developers, they may not know to cd into build. Else cmake .. tries to run cmake in the parent directory of Go-For-It.
BUILDING:
mkdir build
cmake ..
make
sudo make install