qca/INSTALL
Justin Karneges db1e37e29d update
svn path=/trunk/kdesupport/qca/; revision=684065
2007-07-06 02:29:48 +00:00

38 lines
695 B
Plaintext

Installing QCA
--------------
QCA requires Qt 4.2 or greater.
For Unix/Linux/Mac:
./configure
make
make install
For Windows:
configwin rd
qmake
nmake (or make)
installwin
Notes
-----
- On unix, use --prefix=$PWD to build in-place
- On windows, run configwin without arguments to see possible build modes
Building from SVN
------------------
First, install the 'qconf' program, at least version 1.3. You can download
the source here:
http://delta.affinix.com/qconf/
Then, go into the QCA source tree and type 'qconf'. You should now have a
configure script to execute, just like from a normal source package.
Please report problems to:
delta@lists.affinix.com