0.0.1-alpha.1 • Published 9 years ago

aqbanking v0.0.1-alpha.1

Weekly downloads
4
License
-
Repository
-
Last release
9 years ago

Unholy Banking

Aqbanking wrapper plugin for nodejs

Dependencies

Make sure you run the latest nodejs version:

$ nodejs -v
v4.2.1

You can compile and install gwenhywfar and aqbanking from source:

$ export ACLOCAL=$(which aclocal) && export AUTOMAKE=$(which automake)
$ git submodule update --init
$ cd gwenhywfar \
./configure && make \
sudo make install \
cd ../aqbanking \
./configure && make
$ sudo make install

or search and install it via package manager:

Debian

$ apt-get install libaqbanking-dev libgwenhywfar-dev

Arch

$ pacman -Sy aqbanking

Build

$ npm install