diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 09:06:54 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 09:07:14 -0500 |
commit | 4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440 (patch) | |
tree | 22e351d9ff147deca2dc2025304f4a923cab8b1e /README | |
parent | 0c3b699af570d52bf9f36bc3ac6d9c18bd205ea4 (diff) | |
download | html5ks-4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440.tar.xz html5ks-4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440.zip |
stuff
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -3,13 +3,14 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0] == Requirements == - Katawa Shoujo (obviously) - Firefox/Chrome/a sensible browser (i.e. not IE) -- a shell (Bash, dash, zsh, etc) -- GNU make -- ffmpeg with fdk-aac, libopus, libtheora, libvpx, libx264 (preferably git HEAD) +- A shell (Bash, dash, zsh, etc) +- GNU Make +- FFmpeg with fdk-aac, libopus, libtheora, libvpx, libx264 (preferably git HEAD) - cwebp and webpmux from libwebp - convert from ImageMagick - apngasm - uglifyjs +- Node.js, npm, grunt === Recommended === - jpegmini @@ -36,10 +37,8 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0] -- or -- 4. Open www/index.html in a browser. -== Reducing setup time == -To reduce the setup time (many hours), try the following: - -Turn off zopflipng recompression by passing ZOPFLIPNG=: as an environment variable to setup.sh. It saves only a few MB but takes several hours to complete, depending on CPU. Useful if you're serving many, MANY copies, but not useful if you're serving one locally. +== Disabling conversions == +Some conversions can be safely disabled. == Reducing file size == Run `make space`. Warning: This will remove source files from dump. |