diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-19 20:37:42 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:18 +0700 |
commit | b36ea16d118ed3d3927bd444f2c79f9cadcc8b90 (patch) | |
tree | e4feebf4267dee1a33570afde47f8c0372796768 /libraries/allegro4/README | |
parent | f1dd51c4c6edd35a7f7f7341eefe2182bf769f1f (diff) |
libraries/allegro4: Make eawpats a hard dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/allegro4/README')
-rw-r--r-- | libraries/allegro4/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/allegro4/README b/libraries/allegro4/README index e7c062bd94784..106dd778a3752 100644 --- a/libraries/allegro4/README +++ b/libraries/allegro4/README @@ -1,8 +1,12 @@ -The Allegro library provides C/C++ programmers low level routines commonly -needed in game programming, such as input, graphics, midi, sound effects, and -timing. It is cross platform and works with many different compilers. -Originally developed by Shawn Hargreaves, it is now a group project with -contributions from all over the world! Some of its key features include: +allegro4 (game programming library) + +The Allegro library provides C/C++ programmers low level routines +commonly needed in game programming, such as input, graphics, midi, +sound effects, and timing. It is cross platform and works with many +different compilers. Originally developed by Shawn Hargreaves, it is +now a group project with contributions from all over the world! Some +of its key features include: + * Ease of Use - comes with comprehensive documentation and examples * Extensibility - if the built-in functionality isn't enough, there are many add-ons available @@ -12,7 +16,3 @@ contributions from all over the world! Some of its key features include: * Open Source - anyone can contribute, including you! * Free - it won't cost you a dime, and there are no restrictions on its usage - -Allegro 4 can make use of sound patches like 'eawpats' for MIDI playback. -If 'eawpats' is installed first then this SlackBuild will create a -patches.dat from it. |