cifscreds: fix up some whitespace, typos and build warnings in pam_cifscreds.c
[jlayton/cifs-utils.git] / README
1 This is the release version of cifs-utils, a package of utilities for
2 doing and managing mounts of the Linux CIFS filesystem. These programs
3 were originally part of Samba, but have now been split off into a
4 separate package.
5
6 0. PROJECT RESOURCES
7
8     Home page: http://wiki.samba.org/index.php/LinuxCIFS_utils
9     Mailing list: linux-cifs@vger.kernel.org
10     Git Repository: git://git.samba.org/cifs-utils.git
11     Maintainer: Jeffrey Layton <jlayton@samba.org>
12
13 1. COMPILING
14
15 If you pulled down the git tree directly, then you'll need to
16 generate the autoconf/automake files before you can build. cd to
17 the top of the build tree and run:
18
19     $ autoreconf -i
20
21 If you downloaded a release tarball, then just unpack the sources
22 and run these commands:
23
24     $ ./configure
25     $ make
26
27 To install binaries and documentation, run this (as root):
28
29     # make install