File: INSTALL

package info (click to toggle)
webxml 1.12-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 388 kB
  • ctags: 123
  • sloc: cpp: 1,054; xml: 62; makefile: 22
file content (20 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Basic Installation
==================

   These are generic installation instructions.

   Qt3 needed

The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `./qmake -o Makefile webxml.pro'.

  2. Type `make' to compile the package.

  3. Type `make install' to install the programs and any data files and
     documentation. Probably this option doesn't work.

  4. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.