File: INSTALL

package info (click to toggle)
mbuffer 20161115-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 804 kB
  • ctags: 470
  • sloc: ansic: 7,891; sh: 2,774; makefile: 173
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