[a Work In Progress fork, expect history overwriting]
Find a file
laochailan e470236379 use glew and err.h replacement
some changes for compatibility and windows.
2011-06-26 16:10:13 +02:00
gfx "API changes", swirl 2011-06-26 13:45:27 +02:00
sfx sfx: updated laser 1 to sound more like the touhou equivalent 2011-03-19 21:13:43 +01:00
shader menus - the beginning 2011-06-13 18:48:36 +02:00
src use glew and err.h replacement 2011-06-26 16:10:13 +02:00
.gitignore Config parser 2011-05-21 18:20:04 +02:00
cmake_uninstall.cmake.in power items. 2011-03-17 21:13:11 +01:00
CMakeLists.txt uh cirno and poweritem -> item 2011-04-29 10:26:37 +02:00
config.example Marisa and difficulty menu 2011-06-24 12:35:03 +02:00
COPYING openth becomes seiyou 2011-03-05 13:44:21 +01:00
FindALUT.cmake sound system added 2011-04-02 12:14:37 +02:00
FindGLEW.cmake use glew and err.h replacement 2011-06-26 16:10:13 +02:00
README use glew and err.h replacement 2011-06-26 16:10:13 +02:00

Taisei

1. Introduction

Taisei 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_ttf
	- libpng
	- OpenGL, GLEW
	- OpenAL, ALUT
	- flex/bison
	- CMake (build system)

To build and install Taisei 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).