We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The README.md is lacking information on how to install and link the SDL2 libs.
README.md
On mac, there are two (easy) options:
Use homebrew to install SDL2
Install the SDL2 framework (downloaded from SDL2 website), and alter the dev-client's Cargo.toml to include the following line:
dev-client
Cargo.toml
sdl2-sys = { version = "0.31", features = ["use_mac_framework"]}
I need to test on Windows and Linux.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
README.md
is lacking information on how to install and link the SDL2 libs.On mac, there are two (easy) options:
Use homebrew to install SDL2
Install the SDL2 framework (downloaded from SDL2 website), and alter the
dev-client
'sCargo.toml
to include the following line:sdl2-sys = { version = "0.31", features = ["use_mac_framework"]}
I need to test on Windows and Linux.
The text was updated successfully, but these errors were encountered: