blob: 654847e483a667f32c3a39a01121c40776316b2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
This is the release version of cifs-utils, a package of utilities for
doing and managing mounts of the Linux CIFS filesystem. These programs
were originally part of Samba, but have now been split off into a
separate package.
0. PROJECT RESOURCES
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
1. COMPILING
Unpack the sources and run these commands:
$ ./configure
$ make
To install binaries and documentation, run this:
# make install
|