aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
author"John Hawthorn ext:(%22) <jhawthor@uvic.ca>2009-01-01 04:06:41 -0800
committer"John Hawthorn ext:(%22) <jhawthor@uvic.ca>2009-01-01 04:06:41 -0800
commitfc591bf845f14670103c2c0e0a1098ca4d5bedd9 (patch)
treea2a85ae06410ae9f75d24f1671b2407cb6150b33 /README
parente6c9434f83f342a5868c23b8ae508ff651d778d5 (diff)
downloadmirror-meh-fc591bf845f14670103c2c0e0a1098ca4d5bedd9.tar.gz
mirror-meh-fc591bf845f14670103c2c0e0a1098ca4d5bedd9.tar.bz2
mirror-meh-fc591bf845f14670103c2c0e0a1098ca4d5bedd9.zip
added distribution files.
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 45 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2bbf56c
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
+meh 1.0
+John Hawthorn (jhawthor@uvic.ca)
+
+---
+
+Installation
+
+To compile type
+ make
+
+To install type
+ make install
+
+
+Installation prefix can be changed by the PREFIX variable
+ make install PREFIX=/usr
+default prefix is /usr/local
+
+Configuration can be changed in config.mk
+
+---
+Copyright (c) 2008-2009 John Hawthorn
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+---