summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-25 17:43:00 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-25 17:43:00 -0500
commit7b9972291ff24fec983e64e12404fc79ea252931 (patch)
treef7b405849b77b66a5e85012dc58760d086ec0172
parent7dc90523db9097b00c5f49ad9c9e3c4fb36719ce (diff)
downloadhtml5ks-7b9972291ff24fec983e64e12404fc79ea252931.tar.xz
html5ks-7b9972291ff24fec983e64e12404fc79ea252931.zip
setup.sh -> make in docs & .travis.yml
-rw-r--r--.travis.yml2
-rw-r--r--README.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e0f90a1..cb9f94d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ node_js: "0.11"
env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-s" V=
before_install: ./.travis.sh before_install
install: ./.travis.sh install
-script: ./setup.sh
+script: make
notifications:
email:
# - alex_y_xu@yahoo.ca
diff --git a/README.rst b/README.rst
index 3da1b51..33254bc 100644
--- a/README.rst
+++ b/README.rst
@@ -45,7 +45,7 @@ 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 setup.sh. If you're on Windoze, sucks for you. Use a better OS. Patches may or may not be accepted.
+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.
-- OR --
5. Open www/index.html in a browser.