mirror of
https://github.com/gwenhael-le-moine/jsEmu48.git
synced 2024-11-16 19:47:27 +01:00
Merge branch 'master' of github.com:gwenhael-le-moine/jsEmu48
This commit is contained in:
commit
b37922f71d
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue