summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@localhost.localdomain>2009-08-29 11:21:18 -0400
committerGavin Romig-Koch <gavin@localhost.localdomain>2009-08-29 11:21:18 -0400
commitf8b7f783c5dfc061888640ce254615274bb8975e (patch)
tree1edb12e25405e847f28171537ed14a14f577af34 /INSTALL
parentf3faac1ef273ae544e37fdfac0211f46f77a47fa (diff)
downloadfastback-f8b7f783c5dfc061888640ce254615274bb8975e.tar.gz
fastback-f8b7f783c5dfc061888640ce254615274bb8975e.tar.xz
fastback-f8b7f783c5dfc061888640ce254615274bb8975e.zip
doc cleanups (INSTALL, README, setup-fastback-server -> fastback-setup-server-anonftp)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL28
1 files changed, 28 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..10f6219
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,28 @@
+
+In the toplevel source directory (the one containing the INSTALL file):
+
+ make rpm
+
+ This will make an RPM, and put it in the subdirectory
+ RPMS/<ARCH>/fastback-<VERSION>-<REVISION>.rpm
+
+ You can also do a
+
+ make
+ make install
+
+ for a more traditional, non-rpm, build and install.
+
+Requirements:
+
+ BuildRequires:
+ openssl-devel
+ libcurl-devel
+ g++
+
+ Requires:
+ openssl
+ libcurl
+ ssh
+
+