Skip to content

Commit

Permalink
Add build instructions for emscripten
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
gsathya committed Jun 10, 2019
1 parent 1d92df4 commit aca5bb7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README-emscripten.txt
@@ -0,0 +1,14 @@
Building SDL2_image
-------------------

Step 0 - get emscripten

Step 1 - get sdl2-emscripten
* clone https://github.com/gsathya/SDL-emscripten.git
* follow the build instructions in SDL-emscripten/README-emscripten.txt

Step 2 - get sdl_image
* emconfigure ./configure --disable-sdltest --with-sdl-prefix=/path/to/sdl --prefix=/path/to/install
* emmake make
* make install

0 comments on commit aca5bb7

Please sign in to comment.