diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-25 11:42:40 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-25 11:42:40 -0500 |
commit | e75aa4e89dcc79383e49a954fc268307736b2b98 (patch) | |
tree | b9f0328c18c93dc3d4bb182f3921849dc1129d2c /README | |
parent | 33cc29fa9b5236d4aa202621529062006001d620 (diff) | |
download | html5ks-e75aa4e89dcc79383e49a954fc268307736b2b98.tar.xz html5ks-e75aa4e89dcc79383e49a954fc268307736b2b98.zip |
Update documentation, setup.sh
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -3,21 +3,20 @@ 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) -- Bash -- ffmpeg with fdk-aac, libtheora, libvpx, libx264 -- opusenc from opus-tools -- TruePNG -- DeflOpt +- a shell (Bash, dash, zsh, etc) +- ffmpeg with fdk-aac, libopus, libtheora, libvpx, libx264 - defluff - pngquant -- recommended: jpegmini -- jpegrescan - cwebp and webpmux from libwebp -- ImageMagick +- convert from ImageMagick - apngasm - uglifyjs === Recommended === +- jpegmini +- jpegtran +- jpegrescan +- defluff - nginx - zopfli |