From 35ed914afd6a13368853dcc83df2cfb8f58b0c19 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 18 Feb 2014 07:52:44 -0500 Subject: stuff --- .travis.sh | 10 +++++----- README.rst | 8 +++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.travis.sh b/.travis.sh index e8f76df..a83a35c 100755 --- a/.travis.sh +++ b/.travis.sh @@ -6,19 +6,19 @@ MAKEOPTS="-j$(nproc)" case "$1" in before_install) - sudo apt-get update -qq - sudo apt-get install -qq git + sudo apt-get update -q + sudo apt-get install -q git - git clone --depth 1 git://git.code.sf.net/p/opencore-amr/fdk-aac + wget http://downloads.sourceforge.net/project/opencore-amr/fdk-aac/fdk-aac-0.1.3.tar.gz + tar -xf fdk-aac-0.1.3.tar.gz wget http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz tar -xf opus-1.1.tar.gz git clone --depth 1 git://source.ffmpeg.org/ffmpeg ;; install) - sudo apt-get install -qq autoconf automake build-essential git imagemagick libjpeg-progs libtheora-dev libtool libvpx-dev libx264-dev optipng pkg-config yasm zlib1g-dev + sudo apt-get install -q autoconf automake build-essential git imagemagick libjpeg-progs libtheora-dev libtool libvpx-dev libx264-dev optipng pkg-config yasm zlib1g-dev cd fdk-aac - autoreconf -fiv ./configure --disable-shared make $MAKEOPTS sudo make install diff --git a/README.rst b/README.rst index 1e119e5..12865f1 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ -==================== -Katawa Shoujo README -==================== +======= +HTML5KS +======= + +.. image:: https://travis-ci.org/Hello71/html5ks.png?branch=master :target: https://travis-ci.org/Hello71/html5ks This is a WIP HTML5 implementation of the game `Katawa Shoujo`_. -- cgit v1.2.3-70-g09d2