/jig

A console text editor with some IDE features.

Primary LanguageC++Apache License 2.0Apache-2.0

Jig Editor

A work in progress...

Building

To build jig, run the build script:

./build

Jig uses CMake so you can also build manually with something like:

mkdir build && cd build
cmake ..
make