mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
add missing build instructions
This commit is contained in:
parent
6fc7880df2
commit
957daa2457
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@ Install libexecinfo package if needed.
|
||||||
|
|
||||||
NOTE: You have to change entry->d_type == DT_DIR to Directory_Exists(&path) (TODO do this automatically)
|
NOTE: You have to change entry->d_type == DT_DIR to Directory_Exists(&path) (TODO do this automatically)
|
||||||
|
|
||||||
|
#### Web
|
||||||
|
|
||||||
|
```emcc *.c -s FETCH=1 -s ALLOW_MEMORY_GROWTH=1 --preload-file texpacks/default.zip```
|
||||||
|
|
||||||
#### Other
|
#### Other
|
||||||
|
|
||||||
You'll have to write the necessary code. You should read portability.md in misc folder.
|
You'll have to write the necessary code. You should read portability.md in misc folder.
|
||||||
|
|
Loading…
Reference in a new issue