KyujuuAlpha / iBox-2

Bochs 2.6.8 for iOS
120 stars 63 forks source link

How do you add SDL2 headers to the project? #13

Open jerlegoman opened 6 years ago

jerlegoman commented 6 years ago

Could some one please explain how to do this! It would be very helpful.

paulpall commented 6 years ago
  1. Go to https://www.libsdl.org/download-2.0.php
  2. Download the Runtime Binary / Development Library (SDL2-2.0.7.dmg)
  3. Follow the instructions included to install it
  4. Download the source code (SDL2-2.0.7.zip)
  5. Copy everything from the "include" folder to SDL2.framework(from step 2-3)/Versions/A/Headers

(I didn't replace the existing files in "Headers", not sure if it makes a difference)