4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-12 18:49:34 +00:00
Justin Karneges 2207bdb692 configwin.bat gone, use configure.exe from qconf instead.
make installwin.bat regenerate crypto.prf at install time, mainly for 
consistency with qca binary packages

svn path=/trunk/kdesupport/qca/; revision=958901
2009-04-24 23:10:25 +00:00

37 lines
640 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:
configure
nmake (or make)
installwin
Notes
-----
- On unix, use --prefix=$PWD to build in-place
Building from SVN
------------------
First, install the 'qconf' program, at least version 1.5. 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 program to execute, just like from a normal source package.
Please report problems to:
delta@lists.affinix.com