Skip to content
New issue

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

Add directions for installing/linking SDL2 libs #1

Open
scottjmaddox opened this issue May 14, 2018 · 0 comments
Open

Add directions for installing/linking SDL2 libs #1

scottjmaddox opened this issue May 14, 2018 · 0 comments

Comments

@scottjmaddox
Copy link
Owner

The README.md is lacking information on how to install and link the SDL2 libs.

On mac, there are two (easy) options:

  1. Use homebrew to install SDL2

  2. Install the SDL2 framework (downloaded from SDL2 website), and alter the dev-client's Cargo.toml to include the following line:

    sdl2-sys = { version = "0.31", features = ["use_mac_framework"]}

I need to test on Windows and Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant