File: INSTALL

package info (click to toggle)
mg 20061119-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 640 kB
  • ctags: 889
  • sloc: ansic: 12,238; sh: 147; makefile: 121
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.