No description
Find a file
William Brawner 5088a82d8c Add support for language server protocol
Signed-off-by: William Brawner <me@wbrawner.com>
2021-01-29 07:14:15 -07: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 Add budget & transaction (de)serialization and some cmake improvements 2021-01-10 14:09:23 -07: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 Add support for language server protocol 2021-01-29 07:14:15 -07: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