Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 287 Bytes

Graphite Sheets

Simple, native spreadsheet application for Mac, Windows, and Linux.

Linux Screenshot

Building

  • Install Qt5
  • Install CMake
  • Install a C++ compiler with C++17 support
$ mkdir build && cd build
$ cmake ..
$ make
$ ./graphite-sheets