Update README.md

This commit is contained in:
kanjitalk755 2023-06-20 12:55:16 +09:00 committed by GitHub
parent c4c153c49c
commit 51fc1905c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ preparation:
``` ```
$ pacman -S base-devel mingw-w64-i686-toolchain autoconf automake mingw-w64-i686-SDL2 mingw-w64-i686-gtk2 $ pacman -S base-devel mingw-w64-i686-toolchain autoconf automake mingw-w64-i686-SDL2 mingw-w64-i686-gtk2
``` ```
build: build (from a mingw32.exe prompt):
``` ```
$ cd macemu/BasiliskII/src/Windows $ cd macemu/BasiliskII/src/Windows
$ ../Unix/autogen.sh $ ../Unix/autogen.sh
@ -91,7 +91,7 @@ $ make
##### MinGW32/MSYS2 ##### MinGW32/MSYS2
preparation: same as BasiliskII preparation: same as BasiliskII
build: build (from a mingw32.exe prompt):
``` ```
$ cd macemu/SheepShaver $ cd macemu/SheepShaver
$ make links $ make links