mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Add explanations to build binaries targeting older macOS (10.12 and before)
This commit is contained in:
7
BUILD.md
7
BUILD.md
@@ -252,6 +252,13 @@ due to requiring parallel Homebrew installations running natively *and* under Ro
|
|||||||
```
|
```
|
||||||
make dosbox-x.app
|
make dosbox-x.app
|
||||||
```
|
```
|
||||||
|
### _(Experimental)_ Building binaries for old macOS versions (10.12 Sierra and before)
|
||||||
|
*Old macOS versions may be built using MacPorts libraries with slightly different procedures.
|
||||||
|
```
|
||||||
|
sudo port install autoconf automake nasm glfw glew fluidsynth libslirp libpcap pkgconfig libsdl2_net libpng zlib
|
||||||
|
./build-macosold
|
||||||
|
```
|
||||||
|
Use `./build-macosold-sdl2` for SDL2 builds.
|
||||||
|
|
||||||
## To compile DOSBox-X for DOS with HX-DOS platform
|
## To compile DOSBox-X for DOS with HX-DOS platform
|
||||||
* Start a 32-bit toolchain from the original MinGW (not the MinGW-w64 project).
|
* Start a 32-bit toolchain from the original MinGW (not the MinGW-w64 project).
|
||||||
|
Reference in New Issue
Block a user