-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
29 lines (20 loc) · 865 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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://wiki.samba.org/index.php/LinuxCIFS_utils
Mailing list: [email protected]
Git Repository: git://git.samba.org/cifs-utils.git
Maintainer: Pavel Shilovsky <[email protected]>
1. COMPILING
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 -i
If you downloaded a release tarball, then just unpack the sources
and run these commands:
$ ./configure
$ make
To install binaries and documentation, run this (as root):
# make install