[a Work In Progress fork, expect history overwriting]
Find a file
Lukas Weber 7d5fdfa0ea nothing important
uhm just putting a newer version online.
2010-11-29 16:33:01 +01:00
gfx more fancyness & fixes 2010-11-28 13:08:39 +01:00
src nothing important 2010-11-29 16:33:01 +01:00
.gitignore projectile collisions 2010-10-17 09:27:44 +02:00
CMakeLists.txt first commit 2010-10-12 10:55:23 +02:00
COPYING first commit 2010-10-12 10:55:23 +02:00
README Power! and fonts 2010-11-14 13:24:56 +01:00

OpenTH

1. Introduction

OpenTH is an open clone of the Touhou series. Touhou is a one-man project of shoot-em-up games set in an isolated world full of Japanese folklore.

2. Installation

Dependencies:
	- SDL, SDL_image, SDL_ttf
	- OpenGL
	- CMake (build system)

To build and install OpenTH just follow these steps.

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$yourprefix ..
make
make install

Note: Installing is necessary as otherwise the game data would not be found in the right place. If you want to test set the installation prefix to "." or $(pwd).