~ubuntu-branches/ubuntu/vivid/psi/vivid

« back to all changes in this revision

Viewing changes to doc/build-unix.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
* You need Qt 4.2 or higher to build Psi. If a packaged version of Qt is not
5
5
available for your OS (or if you want debug symbols in your Qt libraries), you
6
 
will need to build and install Qt 4.1 yourself. See the Qt instructions to find
 
6
will need to build and install Qt 4.2 yourself. See the Qt instructions to find
7
7
out how to do this.
8
8
 
9
9
* You need QCA 2.0 and the QCA OpenSSL plugin, which you can get at
10
 
                http://delta.affinix.com/qca/2.0/beta2
11
 
Instructions on how to build these packages can be found below. 
 
10
                http://delta.affinix.com/qca/
 
11
Instructions on how to build these packages can be found below.
12
12
 
13
 
The 'Building QCA' and 'Building QCA the OpenSSL plugin' sections can be 
 
13
The 'Building QCA' and 'Building QCA the OpenSSL plugin' sections can be
14
14
skipped by downloading the sources of these packages, and unpackaging them
15
15
in third-party/qca (see the INSTALL file for the exact location of each
16
16
package).
25
25
 
26
26
If configure cannot find your Qt4 library, use the --qtdir option to specify
27
27
the path to Qt (e.g. /usr/share/qt4), or make sure that the qmake binary for
28
 
Qt4 occurs first in your PATH. If something else goes wrong, use the --debug
 
28
Qt4 occurs first in your PATH. If something else goes wrong, use the --verbose
29
29
option to get more information on the configuration process.
30
30
 
31
31
After QCA configured, run
71
71
 make
72
72
 make install
73
73
 
74
 
This should configure, build, and install Psi. See above on how to troubleshoot 
75
 
configure problems.
 
74
This should configure, build, and install Psi. See above on how to
 
75
troubleshoot configure problems.