summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-24 18:07:37 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-24 18:07:37 -0500
commit3a367a00e45880de6b5472c07ce65043ab83eae7 (patch)
treed361c4212e1a4745ebd0ade192769a7cf50a3150 /README
parent941668dbb44260573f6c7d590e120a986ac99c62 (diff)
parent4dc2aa175624a4d29e4c4e8d3881461df093d13f (diff)
downloadhtml5ks-3a367a00e45880de6b5472c07ce65043ab83eae7.tar.xz
html5ks-3a367a00e45880de6b5472c07ce65043ab83eae7.zip
Merge branch 'master' of happinessforme.com:html5ks
Conflicts: Makefile www/js/api.js
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 --