File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sudo apt install build-essentials wine virtual-jaguar
14
14
15
15
### Build the assembler toolchain
16
16
17
- We use three tools to build the source code: ` vasm ` , ` rmac ` and ` rln ` . If you already have these installed you may have some
17
+ We use two tools to build the source code: ` rmac ` and ` rln ` . If you already have these installed you may have some
18
18
luck using them, if not you can build the versions included in this repository as they are known to work.
19
19
20
20
First you must run the following to set up the git submodules containing the assembler toolchain:
@@ -27,9 +27,7 @@ git submodule update
27
27
Now you can build the toolchain, as follows:
28
28
29
29
``` sh
30
- cd vasm-mirror
31
- make CPU=jagrisc SYNTAX=madmac
32
- cd ../rmac
30
+ cd rmac
33
31
make
34
32
cd ../rln
35
33
make
You can’t perform that action at this time.
0 commit comments