File: INSTALL

package info (click to toggle)
mg 20070918-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 664 kB
  • ctags: 892
  • sloc: ansic: 12,205; sh: 148; makefile: 81; modula3: 7
file content (19 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Just run the usual:

    ./configure
    make
    sudo make install


If you want to add compilerflags do it like this:

    make CFLAGS="-O2 -fstack-protector"


If you don't like the installation path you can change them, for
example, like this:

    make install prefix=/usr mandir=/usr/share/man


Take a closer look at the Makefile.in to see what's possible.