No description
Find a file
2021-05-18 20:53:40 -06:00
include Add budget & transaction (de)serialization and some cmake improvements 2021-01-10 14:09:23 -07:00
scripts Add budget & transaction (de)serialization and some cmake improvements 2021-01-10 14:09:23 -07:00
src WIP:Fix builds on Windows 2021-05-18 20:53:40 -06:00
.gitignore Add support for language server protocol 2021-01-29 07:14:15 -07:00
.vimrc Add budget & transaction (de)serialization and some cmake improvements 2021-01-10 14:09:23 -07:00
budget.json Add budget & transaction (de)serialization and some cmake improvements 2021-01-10 14:09:23 -07:00
CMakeLists.txt WIP:Fix builds on Windows 2021-05-18 20:53:40 -06:00
README.md Add README 2021-01-29 07:13:33 -07:00
transaction.json Add budget & transaction (de)serialization and some cmake improvements 2021-01-10 14:09:23 -07:00

Twigs

Twigs is a cross-platform budgeting application. This library serves as the base for all of the apps.

Building

Twigs is built with CMake. In addition to that, you'll also need the following dependencies:

sudo apt install libjsoncpp-dev \
    libcurl4-openssl-dev \
    libssl-dev \
    libcppunit-dev