Add README
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
774b90127a
commit
4b147b54e2
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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
|
||||
|
Loading…
Reference in a new issue