File: INSTALL

package info (click to toggle)
qpxtool 0.8.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,796 kB
  • sloc: cpp: 35,365; sh: 823; makefile: 336; sql: 87
file content (16 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To install from source:
    ./configure
    make
    make install


Alailable targets for `make`:
all         - build all
cli         - build libs and console tools
gui         - build gui only
install     - install all
cli_install - install libs and console tools
gui_install - install gui only

clean       - clean source tree from object files
uninstall   - uninstall all