/zum

Primary LanguageC++MIT LicenseMIT

Zum

A simple terminal based spreadsheet application. With a Vim like control scheme.

Building

Follow the steps outlined below to aquire the source and build the application.

Prerequisites

A working C++11 compiler and CMake version 2.8 or greater is all that is required to build the project.

Getting the source

git clone https://github.com/wibbe/zum.git
cd zum
mkdir build
cd build
cmake ..
make

The application along with all intermediate files will be located in the build director. Deleting this directory at any time is safe.