Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mparker17/gtk-eosledger
A GTK+ interface for the ledger project's double-entry accounting system journal files, designed for Elementary OS.
https://github.com/mparker17/gtk-eosledger
accounting cmake elementaryos finance gtk3 ledger plaintext-accounting utility vala
Last synced: 4 days ago
JSON representation
A GTK+ interface for the ledger project's double-entry accounting system journal files, designed for Elementary OS.
- Host: GitHub
- URL: https://github.com/mparker17/gtk-eosledger
- Owner: mparker17
- License: bsd-3-clause
- Created: 2017-07-08T01:41:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T03:13:53.000Z (over 7 years ago)
- Last Synced: 2024-07-30T19:54:52.579Z (3 months ago)
- Topics: accounting, cmake, elementaryos, finance, gtk3, ledger, plaintext-accounting, utility, vala
- Language: CMake
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gtk-eosledger
A GTK+ interface for the ledger project's double-entry accounting system journal files, designed for Elementary OS.
# Build
1. You will need the following dependencies:
* cmake
* libgtk-3-dev
* valacIf you are using Elementary OS, the best way to do this is to run:
sudo apt install elementary-sdk
2. Next, download or clone this project.
3. It's recommended to create a clean build environment:git clean -df
cd build/4. Run `cmake` to configure the build environment and then `make all test` to build and run tests:
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make all test5. To install, use `make install`, then execute with `com.github.mparker17.gtk-eosledger`:
sudo make install
com.github.mparker17.gtk-eosledger