14 lines
333 B
Markdown
14 lines
333 B
Markdown
|
# 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
|
||
|
|