File: INSTALL

package info (click to toggle)
mg 20110905-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 748 kB
  • ctags: 1,093
  • sloc: ansic: 13,528; makefile: 311; sh: 184; modula3: 4
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.