qca/INSTALL
Justin Karneges d30e5965de mention ldconfig, just in case
svn path=/trunk/kdesupport/qca/; revision=702042
2007-08-20 00:15:45 +00:00

39 lines
726 B
Plaintext

Installing QCA
--------------
QCA requires Qt 4.2 or greater.
For Unix/Linux/Mac:
./configure
make
make install
/sbin/ldconfig, if necessary
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