Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.07 KB

gnucash Build Status

gnucash is a set of Perl 6 bindings to the gnucash engine / library / API. It is in development and by no means complete.

Limitations

Currently this is only tested on Linux. Unfortunately finding the correct path for the required libraries is hard to implement reliably, so this currently requires a correctly-set LD_LIBRARY_PATH. Examples are noted below with the prerequisites.

This module is in development. Do not use it for anything important

Prerequisites

Gnucash

Debian/Ubuntu Linux

sudo apt-get install gnucash
export LD_LIBRARY_PATH=/usr/lib/gnucash/gnucash

Fedora

dnf install gnucash
export LD_LIBRARY_PATH=/usr/lib64/gnucash

Arch

pacman -Sy gnucash
export LD_LIBRARY_PATH=/usr/lib64/gnucash

Installation

Since this module has not been submitted to any Perl 6 repository yet, a complete path is required

panda install git://github.com/eikef/perl6-gnucash.git