diff options
Diffstat (limited to 'games/vbam/README')
-rw-r--r-- | games/vbam/README | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/games/vbam/README b/games/vbam/README index 36fc34b35c..e5b5f418cb 100644 --- a/games/vbam/README +++ b/games/vbam/README @@ -1,7 +1,11 @@ -Our goal is to improve upon VisualBoyAdvance by integrating the best features -from the various builds floating around. Unfortunately work on the "official" -project seems to have stalled. Independent developers have added excellent -features to VBA, but seem to have done so individually. The source codes for -many of these forks seem to be abandoned, outdated or missing altogether. -We aim to preserve all of the hard work done by these developers to make the -already great VisualBoyAdvance even better! +Our goal is to improve upon VisualBoyAdvance by integrating the best features +from the various builds floating around. Unfortunately work on the "official" +project seems to have stalled. Independent developers have added excellent +features to VBA, but seem to have done so individually. The source codes for +many of these forks seem to be abandoned, outdated or missing altogether. +We aim to preserve all of the hard work done by these developers to make the +already great VisualBoyAdvance even better! + +By default, VBA-M requires gtkglextmm. However, you can build without the +gui, which drops the GTK dependency chain, by passing BUILD_GTK=no to the +SlackBuild. |