
 Dianara - A pump.io client
 Copyright 2012-2013  JanKusanagi <janjabber@gmail.com>

==============================================================================

Compiling:

From Dianara main directory, where Dianara.pro is located:

        mkdir build			# create a clean directory for the build
        cd build			# go into it
        qmake ..			# ask Qmake to generate a Makefile
        make				# run Make to compile the project

(for up-to-date Debian installations, you might need to use qmake-qt4 instead)

That should do it.

There is no installation target, just run the resulting "dianara" binary.


General runtime dependencies:
 - Qt 4.7
 - QJSON 0.8.x
 - QOAuth
 - QCA and its openSSL plugin (qca2-plugin-openssl, libqca2-plugin-ossl, or similar)



Dependencies for building:
 You'll need Qmake and the qt-devel (>= 4.7, including QtNetwork and QtDBUS
 modules, if they are separate), and qjson-devel and qoauth-devel packages.

- Debian (and probably in the derivatives too): libqt4-dev, libqjson-dev and libqoauth-dev.
- Mageia (probably in Mandriva too) and openSuse: libqt4-devel, libqjson-devel and libqoauth-devel.


You might also need to install qt4-qmake, if your distribution does not include
it with the qt-devel package.


The language files will be embedded into the binary upon compilation,
so there's no need to keep them afterwards.


Visit http://dianara.nongnu.org and http://jancoding.wordpress.com/dianara
for more information.

Get the latest source from http://gitorious.org/dianara
