summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-06 21:28:05 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-06 21:28:05 +0000
commit744c19acf5d8dd7c02193bf3fafd2e6a548f43e4 (patch)
tree73df64b54066c1743b0c76c1b05569765949c869 /INSTALL
parentc6741b1e2e3a6e7b5a46998247f7fd24046499db (diff)
downloadceph-libs3-744c19acf5d8dd7c02193bf3fafd2e6a548f43e4.tar.gz
* Made -O3 default compiler option
* Minor changes to libs3.spec * Fixed debian stuff that was polluting non-debian builds
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 57228a8..510faa3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,18 +13,19 @@ rpmbuild -ta libs3-0.3.tar.gz
*** For dpkg-based systems (Debian, Ubuntu, etc) ***
-* CFLAGS=-O3 make deb
+* make deb
This will produce a Debian package in the build/pkg directory.
*** For all other systems ***
-* CFLAGS=-O3 make install
+* make install
-Note that additionally, the installation directory can be specified:
+Note that additionally, the installation directory can be specified (it
+defaults to /usr):
-* CFLAGS=-O3 DESTDIR=/usr/local make install
+* DESTDIR=/usr/local make install
To install libs3 on a Microsoft Windows system: