diff --git a/INSTALL b/INSTALL index e1fb6264..54caf7c1 100644 --- a/INSTALL +++ b/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 ==========================