You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew install sdl2
# add this line to your ~/.zshenv or ~/.bash_profile depending on whether you use ZSH or Bash.
export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
# close and reopen terminal to reload ENV variables
# in `Cargo.roml` replace this line:
sdl2 = { version="0.34", features=["bundled", "static-link"] }
# with this line to use the local `sdl2` installation instead of a bundle
sdl2 = { version="0.34"}
# build again
make native
# or this command to build a native Mac Application
make mac_bundle
I had followed the developer instructions to install from TPS Cube - psifertex
The last step did not work for me
Here's the terminal output.
Compiling sdl2-sys v0.34.5
error: failed to run custom build command for
sdl2-sys v0.34.5
Caused by:
process didn't exit successfully:
/Users/et/Code/tpscube/target/release/build/sdl2-sys-56ab4890b5991f10/build-script-build
(exit status: 101)The text was updated successfully, but these errors were encountered: