diff options
author | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-02-24 16:30:05 +0000 |
---|---|---|
committer | untir-l <87096069+untir-l@users.noreply.github.com> | 2022-02-25 09:56:49 +0000 |
commit | 7cdc964eac9c5035625a9ad40c40bed1edb02040 (patch) | |
tree | 3837f688f988e7b94b2557ca508d350e8d1c560e /README.md | |
parent | c23118e8e48d043e4bb9b4d813a498af8d454d73 (diff) | |
download | hitomezashi-7cdc964eac9c5035625a9ad40c40bed1edb02040.tar hitomezashi-7cdc964eac9c5035625a9ad40c40bed1edb02040.tar.gz hitomezashi-7cdc964eac9c5035625a9ad40c40bed1edb02040.zip |
Add instructions for running the web app
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,7 +40,9 @@ To build, run `CC=gcc make hitomezashi_cli`. Try it: *link pending upload*. -To build, first run `make clean` if you previously built as native code, then (with Emscripten SDK in your PATH) run `emmake make hitomezashi_web.html`. +To build, first run `make clean` if you previously built to native code, then (with Emscripten SDK in your PATH) run `emmake make hitomezashi_web.html`. + +You will need to serve, from a web server: `hitomezashi_web.html`, `hitomezashi_web.js`, `hitomezashi_web.wasm` in order for it to work; the `file://` protocol may not cut it. Remember to follow the terms of the terms of the license if you host these publicly. ## Technical and copyright information |