summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-03-20 07:50:10 -0400
committerJeff Layton <jlayton@redhat.com>2010-03-20 07:50:10 -0400
commit2b03d5454e5828112fd4a21322067c8d7e861eed (patch)
treee8851d35a19da6f9b234918fe45ce12743348831 /README
parent330cb93bc946d61825e227b5cac27234be584abb (diff)
downloadcifs-utils-2b03d5454e5828112fd4a21322067c8d7e861eed.tar.gz
cifs-utils-2b03d5454e5828112fd4a21322067c8d7e861eed.tar.bz2
cifs-utils-2b03d5454e5828112fd4a21322067c8d7e861eed.zip
Update the README
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index 654847e..6a00c68 100644
--- a/README
+++ b/README
@@ -8,11 +8,18 @@ separate package.
Home page: http://linux-cifs.samba.org/
Mailing list: linux-cifs-client@lists.samba.org
Maintainer: Jeff Layton <jlayton@samba.org>
- Git Repository: git://git.samba.org/jlayton/cifs-utils
+ Git Repository: git://git.samba.org/cifs-utils.git
1. COMPILING
-Unpack the sources and run these commands:
+If you pulled down the git tree directly, then you'll need to
+generate the autoconf/automake files before you can build. cd to
+the top of the build tree and run:
+
+ $ autoreconf
+
+If you downloaded a release tarball, then just unpack the sources
+and run these commands:
$ ./configure
$ make