diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-03-20 07:50:10 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-03-20 07:50:10 -0400 |
commit | 2b03d5454e5828112fd4a21322067c8d7e861eed (patch) | |
tree | e8851d35a19da6f9b234918fe45ce12743348831 /README | |
parent | 330cb93bc946d61825e227b5cac27234be584abb (diff) | |
download | cifs-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-- | README | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |