File: INSTALL

package info (click to toggle)
felix-latin 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,684 kB
  • sloc: cpp: 2,114; xml: 64; sh: 16; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
to install felix, here are the commads to launch

$ qmake
$ make
$ ./mkmanpage
$ ./mkhelp
# make install

to uninstall felix, provided the file Makefile is there, just launch

# make uninstall

to clean the source package (for distributing it) the command is:

$ ./distclean