diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-12-03 08:35:41 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-12-03 08:35:41 +0000 |
commit | bf36016741c473b476aadef46ec9d7869523b8c0 (patch) | |
tree | ab629e0f6422709239daaed0ef10ce872bdde864 /perl/README | |
parent | 0e66d057a42a5ef6dff3a5354a449f0373f3415d (diff) | |
download | libfuse-bf36016741c473b476aadef46ec9d7869523b8c0.tar.gz |
perl bindings
Diffstat (limited to 'perl/README')
-rw-r--r-- | perl/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/perl/README b/perl/README new file mode 100644 index 0000000..b22b87e --- /dev/null +++ b/perl/README @@ -0,0 +1,26 @@ +Fuse version 0.01 +================= + +This is a test release. It seems to work thus far, but still has a few +iffy areas, as well as a few rough edges. There will be future +releases. + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test # currently this just makes sure the lib can link + make install + +DEPENDENCIES + +This module requires the FUSE userspace library and the FUSE kernel module. + +COPYRIGHT AND LICENCE + +This is contributed to the FUSE project by Mark Glines <mark@glines.org>, +and is therefore subject to the same license and copyright as FUSE itself. +Please see the AUTHORS and COPYING files from the FUSE distribution for +more information. |