Update to version 0.2.3
[umurmur.git] / README
diff --git a/README b/README
index 5a1ba178eedce68cfe0d38e4fff43120e770f5a2..b04257339b2764e0e49e2c33db014892e834a142 100644 (file)
--- a/README
+++ b/README
@@ -5,12 +5,26 @@ http://code.google.com/p/umurmur/
 Contains protobuf-c library code which is Copyright 2008, Dave Benson.
 See http://code.google.com/p/protobuf-c/
 
+uMurmur is available as a precompiled package for some distributions. Check
+your package repository if you are running OpenWRT or Freetz.
+
+There are makefiles in the openwrt subdirectory suitable for buildning with
+the OpenWRT SDK. Move the Makefile of choice to the base directory, e.g.:
+
+# mv openwrt/Makefile.polarssl Makefile
+
+and then put the whole umurmur-X.X.X directory in the SDK's 'packages'
+directory.
+
+
+Instructions for building from source:
 1. Requirements
-o OpenSSL library
+o OpenSSL or PolarSSL library
 o libConfig
 
 2. Build
 cd to src directory
+Might need to edit Makefile
 make
 
 3. Install
@@ -37,4 +51,4 @@ existing script and edit it to your liking.
 5. Support/Contact/Documentation
 See the project page, link above.
 
-Have fun!
\ No newline at end of file
+Have fun!