File: INSTALL

package info (click to toggle)
shed 1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 2,093; sh: 1,256; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$ ./configure
$ make
$ make install (as root)

Configure has the following options:

--enable-lfs
  enable experimental large file support. please test this if you can.
  THIS IS NOW THE DEFAULT! You can disable it it with --disable-lfs

--enable-cygfix
  enable a fix when building on cygwin where it wasn't redrawing properly somehow on a computer I was using at the time,
  an I've forgotten exactly what it was. But it works on my current cygwin without the fix, so it's an option.

--enable-debug
  enable -g for gcc


Good luck.