Update docs
This commit is contained in:
parent
097705456c
commit
c2a395006e
@ -38,7 +38,7 @@ SameBoy requires the following tools and libraries to build:
|
||||
* clang
|
||||
* make
|
||||
* Cocoa port: OS X SDK and Xcode command line tools
|
||||
* SDL port: SDL2.framework (OS X) or libsdl2 (Other platforms)
|
||||
* SDL port: libsdl2
|
||||
* [rgbds](https://github.com/bentley/rgbds/releases/), for boot ROM compilation
|
||||
|
||||
On Windows, SameBoy also requires:
|
||||
|
@ -4,4 +4,4 @@ When building on macOS, the build system will make a native Cocoa app by default
|
||||
|
||||
# Attempting to build the SDL frontend on macOS fails on linking
|
||||
|
||||
SameBoy on macOS expects you to have the SDL2 framework installed as a framework. You can find the SDL2 binaries on the [SDL homepage](https://www.libsdl.org/download-2.0.php). Mount the DMG and copy SDL2.framework to `/Library/Frameworks/`.
|
||||
SameBoy on macOS expects you to have SDL2 installed via Brew, and not as a framework. Older versions expected it to be installed as a framework, but this is no longer the case.
|
Loading…
Reference in New Issue
Block a user