From 0003d039bd775f0421476ae36c6be92e2b1c4083 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 9 Mar 2004 12:38:51 +0000 Subject: [PATCH] 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) --- INSTALL | 17 ----------------- 1 file changed, 17 deletions(-) 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 ==========================