annotate README @ 8:edd70006d3e4

Started with MDI functions
author windel
date Fri, 21 Oct 2011 17:36:57 +0200
parents 92df07bc2081
children 92ace1ca50a8
rev   line source
1
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
1 = Software required =
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
2 * python3
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
3 * pyqt4
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
4 Optional:
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
5 * bochs
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
6 * nasm
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
7
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
8 = How to start the IDE =
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
9
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
10 $ cd ide
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
11 $ python runide.py
92df07bc2081 Initial import of compiler
windel
parents:
diff changeset
12