Blame README

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