mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 12:04:31 +00:00
39 lines
726 B
Plaintext
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
|