annotate README @ 1:92df07bc2081

Initial import of compiler
author windel
date Sun, 18 Sep 2011 19:00:29 +0200
parents
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