summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-05 10:46:21 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-05 10:46:21 +0000
commitf791d91f13b1105ef2c70df385120e52dae4b7c7 (patch)
tree1ba2554e39771b62c62adebc2ae063d07b43f2e0 /INSTALL
parent43eb0fe5069da73af2074aa33a56f1a5c9de31b1 (diff)
downloadceph-libs3-f791d91f13b1105ef2c70df385120e52dae4b7c7.tar.gz
* Improve build system
* Add libs3.spec for building RPMs
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 11 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 01debc2..fc717be 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,16 +2,21 @@
To install libs3 on a POSIX system (except Microsoft Windows):
--------------------------------------------------------------
-* CFLAGS=-O3 make
+*** For RPM-based systems ***
-* cp -a bin/s3 /usr/bin
+rpmbuild -ta <libs3 archive>
-* cp -a lib/libs3.* /usr/lib
+for example:
-* cp -a inc/libs3.h /usr/include
+rpmbuild -ta libs3-0.3.tar.gz
-This is currently very primitive; eventually, support for a variety of systems
-via software packaging will be supported.
+*** For all other systems ***
+
+* CFLAGS=-O3 make install
+
+Note that additionally, the installation directory can be specified:
+
+* CFLAGS=-O3 INSTALL=/usr/local make install
To install libs3 on a Microsoft Windows system: