File: INSTALL

package info (click to toggle)
fuse-zip 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,776 kB
  • sloc: cpp: 5,509; sh: 2,587; makefile: 193
file content (35 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
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
30
31
32
33
34
35
You need the following libraries:

libfuse >= 2.7      http://fuse.sourceforge.net
libzip >= 1.0       http://libzip.org

The following tools are required for compilation:

C++ compiler    g++ 4.8.1 or other modern C++11 compilant compiler
pkg-config      http://pkg-config.freedesktop.org/
GNU make        http://www.gnu.org/software/make/

The following tools are required for running blackbox auto-tests:

* Tcl >= 8.6
* BLT library
* Tclx >= 8.4
* tcllib
* fusermount from FUSE package
* zip
* unzip

To build fuse-zip do the following:

$ make release

To install do:

# make install

as root or use sudo.

To uninstall:

# make uninstall