mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 04:55:03 +00:00
readme
This commit is contained in:
@ -19,7 +19,7 @@ projectW_bc_PROGRAM = projectW.bc
|
||||
projectW.html: generate-html
|
||||
|
||||
generate-html:
|
||||
emcc $(EMSCRIPTEN_FLAGS) projectW.bc
|
||||
emcc ALLOW_MEMORY_GROWTH=1 $(EMSCRIPTEN_FLAGS) projectW.bc
|
||||
|
||||
run: projectW.html
|
||||
emrun projectW.html
|
||||
|
||||
@ -1,6 +1,14 @@
|
||||
Building w/ emscripten
|
||||
Running on the web.
|
||||
|
||||
## Crepare
|
||||
# Easy way:
|
||||
* `make run`
|
||||
|
||||
|
||||
|
||||
|
||||
# Hard way:
|
||||
|
||||
## Prepare
|
||||
* Activate the emsdk (https://github.com/juj/emsdk#installation-instructions)
|
||||
* make sure you are in the root directory of this project
|
||||
* on fresh repositories: `./autogen.sh`
|
||||
|
||||
Reference in New Issue
Block a user