File: INSTALL

package info (click to toggle)
vipec 3.0.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,648 kB
  • ctags: 1,899
  • sloc: cpp: 13,609; makefile: 93; perl: 36; ansic: 20; sh: 6
file content (19 lines) | stat: -rw-r--r-- 711 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
Compiling ViPEC (Unix platform):
--------------------------------

To compile ViPEC you will need:
- A C++ compiler.
- The latest Qt libraries from Troll Tech. (You need version 2.2.0 
  or higher - get them at ftp.troll.no).
- The tmake utility (also from Troll Tech - http://www.troll.no).

1. Unpack the archive.
2. Create the makefiles by typing "make release" or "make debug" in the top
   directory.
3. Build the application by typing "make".
4. The above steps can be combined by typing "make all". 

This should leave you with the binary "vipec" in the top directory.

To install the program under the /opt directory, type "make install". The
default install path can be changed by editing the Makefile.