Commit 7d5a59ee authored by David Reid's avatar David Reid

Update build instructions for Emscripten.

parent 4eb4077a
...@@ -63,8 +63,9 @@ ...@@ -63,8 +63,9 @@
// //
// Building (Emscripten) // Building (Emscripten)
// --------------------- // ---------------------
// The Emscripten build requires the "-s USE_SDL=2" command line option. SDL is the only supported backend for // The Emscripten build currently uses SDL 1.2 for it's backend which means specifying "-s USE_SDL=2" is unecessary
// Emscripten. // as of this version. However, if in the future there is legitimate benefit or enough demand for SDL 2 to be used
// instead, you will need to specify this when compiling.
// //
// //
// Playback Example // Playback Example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment