summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-30 13:42:48 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-30 14:03:21 -0400
commitffebbcd2dee04b8c06e90432618e0e013ac5b7dc (patch)
tree7d7d0125b38c67592eb3252b580ecadb6b752512 /README.rst
parent3adce8c047fb433702223e3fca1c5463f98e4805 (diff)
downloadhtml5ks-ffebbcd2dee04b8c06e90432618e0e013ac5b7dc.tar.xz
html5ks-ffebbcd2dee04b8c06e90432618e0e013ac5b7dc.zip
unrpyc -> ast2json
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 53b131b..facaf3f 100644
--- a/README.rst
+++ b/README.rst
@@ -45,10 +45,11 @@ Build steps
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. Install prerequisites, download DeflOpt and defluff and place exes in this directory.
-4. Run make. If you're on Windoze, sucks for you. Use a better OS. Patches may or may not be accepted.
-5. Run nginx.sh to start nginx, then navigate to localhost:8080 in your browser.
+4. Run ./configure.
+5. Run make.
+6. Run nginx.sh to start nginx, then navigate to localhost:8080 in your browser.
-- OR --
-5. Open www/index.html in a browser.
+6. Open www/index.html in a browser.
Disabling unused conversions
----------------------------