summaryrefslogtreecommitdiffstats
path: root/README
blob: ae572fe9592e6f46eba6b0edaecaa86ef0b75116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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