2003-10-11 15:35:36 +00:00
|
|
|
Installing QCA
|
|
|
|
--------------
|
|
|
|
|
2007-07-06 02:29:48 +00:00
|
|
|
QCA requires Qt 4.2 or greater.
|
|
|
|
|
2005-07-07 00:52:42 +00:00
|
|
|
For Unix/Linux/Mac:
|
|
|
|
|
2003-10-11 15:35:36 +00:00
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make install
|
2007-08-20 00:15:45 +00:00
|
|
|
/sbin/ldconfig, if necessary
|
2003-10-11 15:35:36 +00:00
|
|
|
|
2005-07-07 00:52:42 +00:00
|
|
|
For Windows:
|
|
|
|
|
2009-04-24 23:10:25 +00:00
|
|
|
configure
|
2005-07-07 00:52:42 +00:00
|
|
|
nmake (or make)
|
2007-03-30 23:39:02 +00:00
|
|
|
installwin
|
2005-08-01 03:16:36 +00:00
|
|
|
|
2005-01-01 05:56:01 +00:00
|
|
|
|
2007-07-06 02:29:48 +00:00
|
|
|
Notes
|
|
|
|
-----
|
|
|
|
- On unix, use --prefix=$PWD to build in-place
|
|
|
|
|
|
|
|
|
|
|
|
Building from SVN
|
|
|
|
------------------
|
2009-04-24 23:10:25 +00:00
|
|
|
First, install the 'qconf' program, at least version 1.5. You can download
|
2007-07-06 02:29:48 +00:00
|
|
|
the source here:
|
|
|
|
http://delta.affinix.com/qconf/
|
|
|
|
|
|
|
|
Then, go into the QCA source tree and type 'qconf'. You should now have a
|
2009-04-24 23:10:25 +00:00
|
|
|
configure program to execute, just like from a normal source package.
|
2007-07-06 02:29:48 +00:00
|
|
|
|
|
|
|
|
2005-07-06 22:24:38 +00:00
|
|
|
Please report problems to:
|
2006-04-06 23:10:01 +00:00
|
|
|
delta@lists.affinix.com
|