File: INSTALL

package info (click to toggle)
ht 0.5.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,388 kB
  • ctags: 9,064
  • sloc: cpp: 51,336; ansic: 11,954; sh: 2,742; yacc: 1,142; lex: 396; makefile: 178
file content (20 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 Install
=========

(1)
    a. This creates by default the development (debug) version of HT (-g -O0):

	    ./configure

    b. If you want a final (release) version (-O2 -fomit-frame-pointer) do the 
       following instead:

	    ./configure --enable-final

(2) compile and link HT:

	    make
	    
(3) (optionally) install HT:

	    make install