summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 179656c..5c273f8 100644
--- a/README
+++ b/README
@@ -6,7 +6,16 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0]
- Bash
- ffmpeg with fdk-aac, libtheora, libvpx, libx264
- opusenc from opus-tools
+- TruePNG
+- DeflOpt
+- defluff
+- pngquant
+- recommended: jpegmini
+- jpegrescan
- cwebp and webpmux from libwebp
+- ImageMagick
+- apngasm
+- uglifyjs
=== Recommended ===
- nginx
@@ -19,7 +28,8 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0]
0. Get Katawa Shoujo.
1. Copy *.rpyc from Katawa Shoujo/game into unrpyc/ directory.
2. Extract files from Katawa Shoujo/game/data.rpa with an rpa extractor, e.g. unrpa. Put files in www/dump.
-3. Run setup.sh. [2]
+3. Install prerequisites, download DeflOpt and defluff and place exes in this directory.
+4. Run setup.sh. [2]
4. Run nginx.sh to start nginx, then navigate to localhost:8080 in your browser.
-- or --