File: INSTALL

package info (click to toggle)
twin 0.4.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,804 kB
  • ctags: 23,904
  • sloc: ansic: 61,860; cpp: 1,023; makefile: 777; sh: 552; lex: 302; yacc: 231
file content (23 lines) | stat: -rw-r--r-- 922 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
20
21
22
23

Building and installing twin

For the impatient, it basically reduces to
./configure
make
make install

But of course you may want to know more details:
First, you might want to edit the files `makerules' and `makeautoconf.in'
to change the install directory, tweak compiler flags (enable debugging), etc.
Also, someone may want to tweak the configuration options generated
by `./configure'; this is possible with `make config' or `make menuconfig'
-- warning: if you enable options that were disabled by `./configure',
build will almost certainly fail! --
but `make config' or `make menuconfig' ask questions for many options
one may not know the meaning of.

For a discussion about MANUALLY configuring twin (almost never necessary),
see the file `Configure', distributed with twin in the docs/ subdirectory.
For instructions about installing twin, see the file `Tutorial',
section 4, again in the docs/ subdirectory.