File: INSTALL

package info (click to toggle)
encfs 1.4.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,272 kB
  • ctags: 925
  • sloc: sh: 9,650; cpp: 8,860; makefile: 169; sed: 16
file content (23 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


Encfs uses the GNU autoconf / automake toolchain to create makefiles.

The configure script is automatically generated, but is part of most EncFS
distributions.  If you have a distribution that does not contain the configure
script, then you can generate it by either running the "makeconf.sh" script, or
running "make -f Makefile.dist".

To build encfs, run:

./configure
make

This creates two executables, encfs and encfsctl  in the encfs directory.  You
can install to in a system directory via "make install".  If the default path
(/usr/local) is not where you want things installed, then use the "--prefix"
option to configure to specify the install prefix.

Encfs and encfsctl can also be installed by hand.  They need no special
permissions.  You may also want the man pages encfs.1 and encfsctl.1.