Skip to content

Commit 049331b

Browse files
committed
Update README.md
1 parent d927d96 commit 049331b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ only under linux and macOS (though BSD support would probably be feasable).
66
Configure QEMU for irix/solaris userland emulation for linux and compile (see the original
77
QEMU README for further instructions):
88

9-
```
10-
configure --target-list=irix-linux-user,irixn32-linux-user,irix64-linux-user,solaris-linux-user
9+
```sh
10+
configure --target-list=irix-linux-user,irixn32-linux-user,irix64-linux-user,solaris-linux-user --disable-werror
1111
make && make install
1212
```
1313

1414
Or, configure QEMU for irix userland emulation for macOS
1515

16-
```
16+
```sh
1717
./configure --target-list=irix-darwin-user \
18+
--disable-werror \
1819
--disable-vnc \
1920
--disable-sdl \
2021
--disable-gtk \
@@ -27,6 +28,8 @@ Or, configure QEMU for irix userland emulation for macOS
2728
make && make install
2829
```
2930

31+
Note: only `irix-darwin-user` and `irix64-darwin-user` are allowed for building on macOS during succeeded workflows
32+
3033
Note: macOS 11 Big Sur and above no longer supports building qemu-irix during failure workflows
3134
(see at top of the repo page and click the red cross at the end of commit message)
3235

@@ -40,7 +43,7 @@ with the binfmt install scripts.
4043
Now you should be able to directly execute irix/solaris binaries from the shell.
4144
As a rather simple test, try:
4245

43-
```
46+
```sh
4447
<target rootfs>/bin/ls
4548
```
4649

0 commit comments

Comments
 (0)