From 4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 17 Feb 2014 09:06:54 -0500 Subject: stuff --- README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 14db758..f3f757a 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3-54-g00ecf