Merge branch 'master' of github.com:gwenhael-le-moine/jsEmu48

This commit is contained in:
Gwenhael Le Moine 2022-03-25 11:07:13 +01:00
commit b37922f71d
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -11,21 +11,21 @@ https://www.libsdl.org/download-2.0.php
https://www.libsdl.org/projects/SDL_image/ https://www.libsdl.org/projects/SDL_image/
* Install Emscripten * Install Emscripten
git clone https://github.com/emscripten-core/emsdk `git clone https://github.com/emscripten-core/emsdk`
cd emsdk `cd emsdk`
./emsdk install latest `./emsdk install latest`
./emsdk activate latest `./emsdk activate latest`
source ./emsdk_env.sh `source ./emsdk_env.sh`
* Compile js version * Compile js version
make js `make js`
* Serve js version locally (needs ruby) * Serve js version locally (needs ruby)
make js-serve `make js-serve`
Visit http://localhost:9999/ Visit http://localhost:9999/
* To build the desktop version * To build the desktop version
make `make`
CREDITS CREDITS