[go: up one dir, main page]

File: INSTALL.library

package info (click to toggle)
avfs 1.1.4-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,756 kB
  • sloc: ansic: 30,979; sh: 6,276; perl: 1,916; makefile: 348
file content (29 lines) | stat: -rw-r--r-- 750 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
24
25
26
27
28
29
Introduction
------------

In contrast to using fuse avfs as a library requires support from the
application. The advantage is that the library is much more portable
and should compile on any system.

How To Install
--------------

To compile type

  ./configure --enable-library
  make

To install, log in as root and type

  make install

This will install the library in '/usr/lib' and the header files in
'/usr/include'. It will also install some extfs handlers under
'/usr/lib/avfs/extfs/'.

If you want to install to some place other then '/usr/', then specify
the '--prefix' argument to 'configure'.

If you do not have root access you can still use avfs. You should
pass '--prefix' a directory that you own (for example your home
directory).