summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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: