Skip to content

Commit 2f516da

Browse files
committed
readme
1 parent 6cdc69c commit 2f516da

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/projectM-emscripten/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ projectW_bc_PROGRAM = projectW.bc
1919
projectW.html: generate-html
2020

2121
generate-html:
22-
emcc $(EMSCRIPTEN_FLAGS) projectW.bc
22+
emcc ALLOW_MEMORY_GROWTH=1 $(EMSCRIPTEN_FLAGS) projectW.bc
2323

2424
run: projectW.html
2525
emrun projectW.html

src/projectM-emscripten/README

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
Building w/ emscripten
1+
Running on the web.
22

3-
## Crepare
3+
# Easy way:
4+
* `make run`
5+
6+
7+
8+
9+
# Hard way:
10+
11+
## Prepare
412
* Activate the emsdk (https://github.com/juj/emsdk#installation-instructions)
513
* make sure you are in the root directory of this project
614
* on fresh repositories: `./autogen.sh`

0 commit comments

Comments
 (0)