summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-06-13 13:59:24 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-06-13 13:59:24 +0000
commitd0d3f40c79322300372b7a0675f865dc2d360b4c (patch)
treee08f511c290f73c374827553dd24eb400babf8f1 /README
parent242bc6fd4d05b1633be8b16785d27e4189108d7b (diff)
downloadmemedit-d0d3f40c79322300372b7a0675f865dc2d360b4c.tar.gz
memedit-d0d3f40c79322300372b7a0675f865dc2d360b4c.tar.xz
added docs
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README
index e69de29..fc8eff2 100644
--- a/README
+++ b/README
@@ -0,0 +1,37 @@
+Memedit
+----------------------------------------------------------------
+This program allows you to quickly display and change
+memory content for testing purpose as well as for various
+other development tasks.
+
+At startup, any task may be scripted for more user conveniance.
+See examples/pxa-regs for an example.
+
+
+Dependencies:
+----------------------------------------------------------------
+- libreadline >= 4
+ http://ftp.debian.org/debian/pool/main/r/readline5/readline5_5.0.orig.tar.gz
+ Hint for Debian Users: apt-get install libreadline5-dev
+
+- genparse
+ http://ftp.debian.org/debian/pool/main/g/genparse/genparse_0.5.2.orig.tar.gz
+
+
+Building memedit:
+----------------------------------------------------------------
+Please refer to the INSTALL file for detailed instructions.
+
+Building memedit from svn:
+----------------------------------------------------------------
+Before you can install memedit as described in the INSTALL File,
+you may need to initialize autoconf/automake first.
+
+Install
+- libtool >= 1.5
+- automake >= 1.7
+- autoconf >= 1.7
+
+Enter the memedit build directory and run ./bootstrap
+After that, proceed with the instructions in INSTALL.
+