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. Documentation: ---------------------------------------------------------------- To generate a Postscript Version of the Manual Pages, type man -t 1 memedit > memedit.1.ps or (in the source directory) man -t -l memedit.1 > memedit.1.ps