A personal adventure with ncurses.
Requires (g++ 4.3 or clang++ 3.8), libncurses5-dev, cmake 2.8.12.2.
# Copy the source files
git clone https://github.com/jm-janzen/termq.git
# Navigate to project's build directory
cd termq/build
# Build the project locally
cmake .. && make -j4 # or cmake --build .
# Execute the compiled binary
../bin/termqcd termq/build
# Run all tests
ctest -V
# Run specific test binaries
./test/Test_[GROUP] # Eg: ./test/Test_entity (BUG: ncurses may interfere with terminal output)For a vulgar summary of where this project is going, please see the roadmap.