Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann Ferreira committed Mar 20, 2012
1 parent 1bf6ee2 commit 4a2297b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
<<<< Hero of Allacrost readme and info >>>>
Valyria Tear

Copyright (C) 2004 - 2008 by The Allacrost Project
Copyright (C) 2004 - 2011 by The Allacrost Project
Copyright (C) 2012 by Bertram
All Rights Reserved

This code is licensed under the GNU GPL. It is free software and you may
modify it and/or redistribute it under the terms of this license.
See http://www.gnu.org/copyleft/gpl.html for details.

Hero of Allacrost (http://www.allacrost.org/) is a single player, 2D sprite-based role playing game. In HoA, you play Claudius, a young knight who has been given the mission to search for a legendary hero destined to save the world from destruction. Along the journey you will join forces with other characters, explore towns and dungeons, and do battle with a wide-range of foes.
Valyria Tear is an attempt at creating a small J-RPG using the HoA engine (See http://www.allacrost.org/).

Install procedure:
Once you've unpacked the tarball or checked it out of Subversion, just run 'autoreconf -i && ./configure && make && make install' from the top-level directory at the prompt.
Once you've unpacked the tarball or checked it out of Git, just run 'cmake . && make ' from the top-level directory at the prompt.

You'll then be able to play by typing: 'src/allacrost'

A Code::Blocks project file is also provided.

Directories included are:
dat/ img/ mus/ snd/ src/ txt/

Library dependencies (you will need the following in order to compile and run the game):
autoreconf
OpenGL and GLU
libjpeg
libpng
SDL
SDL_ttf
SDL_net
OpenAL
libogg
libvorbis
GNU Gettext
lua 5.1.x
Luabind
Luabind (Provided as a static library)
Boost headers (make sure that the boost headers used to compile Luabind are the same version used to compile Allacrost)
Qt 4+ (only if you wish to compile the map editor)

0 comments on commit 4a2297b

Please sign in to comment.