File: INSTALL

package info (click to toggle)
qca2 2.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,376 kB
  • ctags: 10,445
  • sloc: cpp: 40,699; ansic: 631; perl: 241; sh: 51; makefile: 19
file content (36 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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