Skip to content

Commit a0cd271

Browse files
committed
Update "quick install" instructions in README.md
1 parent 7d5d1c8 commit a0cd271

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,11 @@ binary format).
3333
cd brickemu
3434
make
3535
export CROSSTOOLPREFIX=<path to h8300 cross-compiler toolchain (e.g. /usr/bin/h8300-hms- )>
36-
export BRICKOS_DIR=<path to brickOS home>
37-
export BRICKOS_LIBDIR=<path to brickOS lib dir> (if not ${BRICKOS_DIR}/lib/brickos)
36+
export CROSSTOOLSUFFIX=<version or other suffix for the h8300 cross-compiler toolchain (e.g. -3 )>
3837
./ir-server
39-
wish GUI.tcl -firm <path/to/brickOS.coff>
38+
wish GUI.tcl -rom <path/to/rom.srec> -firm <path/to/brickOS.coff>
4039
```
4140

42-
You can set BRICKEMU_DIR if you want to start emu from another
43-
directory.
44-
4541
There are two possibilities to download firmware and programs. The
4642
easy way is to choose "Firmware..." and "Load Program..." from the
4743
menu. Make sure that the rcx is turned on before loading firmware,

0 commit comments

Comments
 (0)