Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15111
Modified Files:
README
Log Message:
Update
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/README,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- README 1 Aug 2005 13:40:51 -0000 1.16
+++ README 2 Aug 2005 08:54:19 -0000 1.17
@@ -45,9 +45,13 @@ at:
Quick Installation
==================
- In most cases it should be sufficient to do:
+ If you obtained the source code from CVS all the autogenerated files will be
+ missing. To generate them you will need the autoconf, automake, and libtool
+ packages installed and you will need to run: ./autogen.sh
+
+ If you obtained the source code from the tar ball or from a source package
+ like the .src.rpm for example, in most cases it should be sufficient to do:
- ./autogen.sh <-- Only in case you received source from CVS.
./configure
make
make install <-- You usually need to be root for this one.
|