From 43eb0fe5069da73af2074aa33a56f1a5c9de31b1 Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Mon, 4 Aug 2008 21:02:45 +0000 Subject: * Added some standard GNU files * Moved Makefile to GNUmakefile (since it requires gnu make), and updated it to build a shared library * Bumped version number to 0.3 --- INSTALL | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..01debc2 --- /dev/null +++ b/INSTALL @@ -0,0 +1,20 @@ + +To install libs3 on a POSIX system (except Microsoft Windows): +-------------------------------------------------------------- + +* CFLAGS=-O3 make + +* cp -a bin/s3 /usr/bin + +* cp -a lib/libs3.* /usr/lib + +* cp -a inc/libs3.h /usr/include + +This is currently very primitive; eventually, support for a variety of systems +via software packaging will be supported. + + +To install libs3 on a Microsoft Windows system: +----------------------------------------------- + +(TBD) -- cgit v1.2.1