summaryrefslogtreecommitdiffstats
path: root/games/smc/README
diff options
context:
space:
mode:
author Robby Workman2012-09-26 06:25:39 +0200
committer Robby Workman2012-09-29 04:36:04 +0200
commitfaed9e22c5bd57c7e2f7c21d35901b9c986340e7 (patch)
treef993e9e7425440789d51c006fd58bbc89ab19972 /games/smc/README
parentc87220dc7cca47c677ff9082acc3468b43e491c2 (diff)
downloadslackbuilds-faed9e22c5bd57c7e2f7c21d35901b9c986340e7.tar.gz
games/smc: Removed (build failure)
This release appears to be incompatible with CEGUI-0.7.x. http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=6185 Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/smc/README')
-rw-r--r--games/smc/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/games/smc/README b/games/smc/README
deleted file mode 100644
index 9e4c750014..0000000000
--- a/games/smc/README
+++ /dev/null
@@ -1,19 +0,0 @@
-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) and CEGUI. 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, FreeImage, and CEGUI
-can all be found on SlackBuilds.org.
-
-Please see readme-linux.txt in the docs directory of the source for more
-information on this software.