Download
Sources
The source code is available on Gna!'s SVN server.
You can download it from this page: https://gna.org/svn/?group=bankiz
Or use SVN:
svn co svn://svn.gna.org/svn/bankiz/trunk bankiz cd bankiz/server qmake -o Makefile server.pro make cd ../client qmake -o Makefile client.pro make cd ..
To run the server:
cd server ./bankiz-server
To run the client:
cd client ./bankiz-client --server localhost
You can download the first release of BankiZ for GNU/Linux, Microsoft Windows and the source code. Be careful, this release is not supported and might have security flaws.