summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-01-28 11:39:51 -0800
committerSage Weil <sage@newdream.net>2008-01-28 11:39:51 -0800
commit307723dea810cdd6a1cdc4aff86565a6b156cd47 (patch)
tree7b86e7461bbe22d515eb5756dadfc024e3fdd933 /INSTALL
parent0e8e2731b629c23ac56979dea7317829066a4a51 (diff)
downloadceph-307723dea810cdd6a1cdc4aff86565a6b156cd47.tar.gz
more automake fun
Diffstat (limited to 'INSTALL')
-rw-r--r--[l---------]INSTALL16
1 files changed, 15 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 5bb6e7b7e1a..c4ef142a116 120000..100644
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1,15 @@
-/usr/share/automake-1.10/INSTALL \ No newline at end of file
+Installation Instructions
+*************************
+
+If pulling from git, you first need to build the configure script with
+
+$ ./reconf
+
+Then,
+
+$ ./configure
+$ make
+
+Note that if the FUSE library is not found, the user-space fuse client
+will not be built.
+