Blame README

Packit Service 09cdfc
This is the release version of cifs-utils, a package of utilities for
Packit Service 09cdfc
doing and managing mounts of the Linux CIFS filesystem. These programs
Packit Service 09cdfc
were originally part of Samba, but have now been split off into a
Packit Service 09cdfc
separate package.
Packit Service 09cdfc
Packit Service 09cdfc
0. PROJECT RESOURCES
Packit Service 09cdfc
Packit Service 09cdfc
    Home page: http://wiki.samba.org/index.php/LinuxCIFS_utils
Packit Service 09cdfc
    Mailing list: linux-cifs@vger.kernel.org
Packit Service 09cdfc
    Git Repository: git://git.samba.org/cifs-utils.git
Packit Service 09cdfc
    Maintainer: Jeffrey Layton <jlayton@samba.org>
Packit Service 09cdfc
Packit Service 09cdfc
1. COMPILING
Packit Service 09cdfc
Packit Service 09cdfc
If you pulled down the git tree directly, then you'll need to
Packit Service 09cdfc
generate the autoconf/automake files before you can build. cd to
Packit Service 09cdfc
the top of the build tree and run:
Packit Service 09cdfc
Packit Service 09cdfc
    $ autoreconf -i
Packit Service 09cdfc
Packit Service 09cdfc
If you downloaded a release tarball, then just unpack the sources
Packit Service 09cdfc
and run these commands:
Packit Service 09cdfc
Packit Service 09cdfc
    $ ./configure
Packit Service 09cdfc
    $ make
Packit Service 09cdfc
Packit Service 09cdfc
To install binaries and documentation, run this (as root):
Packit Service 09cdfc
Packit Service 09cdfc
    # make install