diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-11 22:53:47 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:47 +0200 |
commit | 160c11c9896b479e9a2b3850f9de750b70893803 (patch) | |
tree | 411bf43875dc04be066ddef07d3bda798cb321af /games/smc/README | |
parent | d93495cdcf1751829f06899bb4eedd3b28deae41 (diff) | |
download | slackbuilds-160c11c9896b479e9a2b3850f9de750b70893803.tar.gz |
games/smc: Added to 12.1 repository
Diffstat (limited to 'games/smc/README')
-rw-r--r-- | games/smc/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/smc/README b/games/smc/README new file mode 100644 index 0000000000..63d9143f9a --- /dev/null +++ b/games/smc/README @@ -0,0 +1,25 @@ +smc (Secret Maryo Chronicles) + +Secret Maryo Chronicles is an Open Source two-dimensional platform game +with a style designed similar to classic sidescroller games such as Super +Mario Bros. It uses the platform independent library SDL and, since +version 0.98, the OpenGL accelerated Graphics Renderer. The game is +developed in C++. + +** REQUIRES ** +To compile this game you will need OpenGL (with hardware acceleration +enabled), CEGUI, and Boost. Make sure CEGUI is compiled *WITHOUT* DevIL +support (or just make sure it is not the default image codec) and *WITH* +either FreeImage or SILLY codec support (FreeImage is the most +recommended choice). Also, the background music for this game, if desired, +must be installed as a separate package. SlackBuilds for the music pack, +Boost, FreeImage, and CEGUI can all be found on SlackBuilds.org. + +*NOTE* If you are using a Boost version prior to 1.36 you should try using +this SlackBuild without the boost patch by executing + +PATCHBOOST=NO ./smc.SlackBuild + + +Please see readme-linux.txt in the docs directory of the source for more +information on this software. |