![travis build status]
(https://travis-ci.org/jm-janzen/termq-engine.svg?branch=master)
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/termq
cd 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.