summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-08-04 21:02:45 +0000
committerBryan Ischo <bryan@ischo.com>2008-08-04 21:02:45 +0000
commit43eb0fe5069da73af2074aa33a56f1a5c9de31b1 (patch)
treeb10f634e505f445ccde72800c7d55ec00f5d7c69 /INSTALL
parentbe5b0fd999f86c3d73847f4d43fc5c925a5940f9 (diff)
downloadceph-libs3-43eb0fe5069da73af2074aa33a56f1a5c9de31b1.tar.gz
* 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
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 20 insertions, 0 deletions
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)