Start using the default INSTALL so our changes don't keep getting lost
when anyone does autoreconf -f or autoupdate. The Linux-NTFS specific content has been moved to the README file. (Logical change 1.305)edge.strict_endians
parent
a0e310c4c6
commit
0003d039bd
17
INSTALL
17
INSTALL
|
@ -4,19 +4,6 @@ Foundation, Inc.
|
|||
This file is free documentation; the Free Software Foundation gives
|
||||
unlimited permission to copy, distribute and modify it.
|
||||
|
||||
Quick Installation
|
||||
==================
|
||||
|
||||
In most cases it should be sufficient to do:
|
||||
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
The above will compile and install the NTFS library and utility
|
||||
programs into /usr/local/lib and /usr/local/bin respectively. The man
|
||||
pages will be installed by default in /usr/local/man.
|
||||
|
||||
Basic Installation
|
||||
==================
|
||||
|
||||
|
@ -147,10 +134,6 @@ find the X include and library files automatically, but if it doesn't,
|
|||
you can use the `configure' options `--x-includes=DIR' and
|
||||
`--x-libraries=DIR' to specify their locations.
|
||||
|
||||
The `--enable-debug' option to `configure' will enable additional debugging
|
||||
checks in the code as well as debugging information output which will be
|
||||
emitted to stdout.
|
||||
|
||||
Specifying the System Type
|
||||
==========================
|
||||
|
||||
|
|
Loading…
Reference in New Issue