diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -4,9 +4,8 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0] - Katawa Shoujo (obviously) - Firefox/Chrome/a sensible browser (i.e. not IE) - a shell (Bash, dash, zsh, etc) -- ffmpeg with fdk-aac, libopus, libtheora, libvpx, libx264 -- defluff -- pngquant +- GNU make +- ffmpeg with fdk-aac, libopus, libtheora, libvpx, libx264 (preferably git HEAD) - cwebp and webpmux from libwebp - convert from ImageMagick - apngasm @@ -16,9 +15,12 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0] - jpegmini - jpegtran - jpegrescan +- pngquant +- DeflOpt - defluff - nginx - zopfli +- inotify-tools (for `make watch`) == How to use == 1. Navigate to http://html5ks.happinessforme.com/ @@ -48,6 +50,8 @@ Check Bugzilla for things that need to be done. [3] See docs/ for the obvious. +Run `make watch` to automatically re-make when changes are made. + [0] http://www.katawa-shoujo.com/ [1] https://github.com/cujojs/when/ [2] If you're on Windoze, sucks for you. Use a better OS. |