summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-05-01 19:31:01 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-05-01 19:31:01 +0200
commit2cc6009fc5809eccd984aa69c6ae940a7a744cfb (patch)
tree3fa0a831016f09430a3919c73c8b366c2f9278b0
parent347be065b60bb81a95b1a55bc15707478c7e31bf (diff)
downloadpgfuse-2cc6009fc5809eccd984aa69c6ae940a7a744cfb.tar.gz
pgfuse-2cc6009fc5809eccd984aa69c6ae940a7a744cfb.tar.bz2
-
-rw-r--r--INSTALL2
-rw-r--r--PACKAGERS4
2 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 747ba91..95af27d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,11 +4,13 @@ Prerequisites
required:
* libpq from Postgresql and header files
+* libfuse FUSE library and header files
Compilation
-----------
make
+make install [DESTDIR=x] [prefix=x]
Installation
------------
diff --git a/PACKAGERS b/PACKAGERS
index d3c326e..bdeb2c9 100644
--- a/PACKAGERS
+++ b/PACKAGERS
@@ -2,7 +2,7 @@ Note for Packagers
------------------
The SPEC file in 'redhat' and the files in 'debian' are
-for the OpenSuse Build service. They can serve as template
+for the OpenSuse Build service. They can serve as templates
for your own packaging. Feedback on erros is highly welcome.
For Archlinux I maintain my own package at
@@ -10,4 +10,4 @@ For Archlinux I maintain my own package at
https://aur.archlinux.org/packages.php?ID=58648
Please drop a note there if you have troubles with the
-packages, don't fork your own ones!
+Arch package, don't fork your own one!