Source code
The source code for the latest Linux and Windows version of quban is quban-0.7.5.tar.gz.
OS/2 zip file
Quban has been ported to OS/2 and the executable is in quban-0.7.5-os2.7z. Thanks to Elbert Pol for the port.
Building from source code:
Dependencies:
- Qt 4.6 or greater
- Berkeley Db 4.x or 5.x (http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html) with C++ support. If you compile it from source, remember to pass the "--enable-cxx" option to configure.
- zlib version 1 (from version 0.6.0). Package to be installed will be called zlib-devel or zlib1g-dev
After downloading the source code :
- cp quban-0.7.0.tar.gz <your chosen installation dir>
- cd <your chosen installation dir>
- tar zxvf quban-0.7.0.tar.gz
- cd quban-0.7.0
- qmake -recursive CONFIG+=release Quban.pro
- make
If the above steps successfully create the quban executable then either dive in and try it straight away or check the Setup and use page for details about getting started...
If you encounter problems building quban then check the INSTALL file which contains details of common problems and their solutions
I've successfully run Quban using various BerkeleyDB versions, between 4.8 and 5.2. As Quban is based upon Klibido it may run against even earlier versions, back to 4.2 (if you need to use them).