File: INSTALL

package info (click to toggle)
mbuffer 20110119-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 544 kB
  • sloc: sh: 2,768; ansic: 2,709; makefile: 174
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# To install run
./configure

# with the options you desire.
# To get a list of the possible options, run:
./configure --help

# possible options are
./configure --enable-debug --enable-networking --disable-multivolume

# Then just do a:
make && make install