From f791d91f13b1105ef2c70df385120e52dae4b7c7 Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Tue, 5 Aug 2008 10:46:21 +0000 Subject: * Improve build system * Add libs3.spec for building RPMs --- INSTALL | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'INSTALL') 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 -* 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: -- cgit v1.2.1