allegro-5.0.0rc4.7z

所属分类:游戏引擎
开发工具:Visual C++
文件大小:2244KB
下载次数:15
上传日期:2011-03-01 22:48:40
上 传 者llxllx
说明:  allegro4.0rc4很有名的游戏引擎,的新版本
(allegro a game engine allegro a game engine)

文件列表:
allegro\docs\scripts\check_consistency (1052, 2009-01-17)
allegro\demos\speed\makefile (1687, 2010-04-01)
allegro\examples\data\ex_physfs.zip (2706, 2009-04-21)
allegro\examples\data\haiku\air_0.ogg (11451, 2010-07-19)
allegro\examples\data\haiku\air_1.ogg (10792, 2010-07-19)
allegro\examples\data\haiku\air_2.ogg (10815, 2010-07-19)
allegro\examples\data\haiku\air_3.ogg (9901, 2010-07-19)
allegro\examples\data\haiku\air_4.ogg (9507, 2010-07-19)
allegro\examples\data\haiku\air_5.ogg (8253, 2010-07-19)
allegro\examples\data\haiku\air_6.ogg (8918, 2010-07-19)
allegro\examples\data\haiku\air_7.ogg (10518, 2010-07-19)
allegro\demos\a5teroids\data\sfx\big_explosion.ogg (5887, 2010-04-01)
allegro\demos\a5teroids\data\sfx\collision.ogg (5569, 2010-04-01)
allegro\examples\data\haiku\earth_0.ogg (10332, 2010-07-19)
allegro\examples\data\haiku\earth_1.ogg (10057, 2010-07-19)
allegro\examples\data\haiku\earth_2.ogg (9720, 2010-07-19)
allegro\examples\data\haiku\earth_3.ogg (10046, 2010-07-19)
allegro\examples\data\haiku\earth_4.ogg (9784, 2010-07-19)
allegro\examples\data\haiku\earth_5.ogg (9483, 2010-07-19)
allegro\examples\data\haiku\earth_6.ogg (9473, 2010-07-19)
allegro\examples\data\haiku\earth_7.ogg (9267, 2010-07-19)
allegro\examples\data\haiku\fire_0.ogg (12440, 2010-07-19)
allegro\examples\data\haiku\fire_1.ogg (12144, 2010-07-19)
allegro\examples\data\haiku\fire_2.ogg (11611, 2010-07-19)
allegro\examples\data\haiku\fire_3.ogg (11086, 2010-07-19)
allegro\examples\data\haiku\fire_4.ogg (12481, 2010-07-19)
allegro\examples\data\haiku\fire_5.ogg (11700, 2010-07-19)
allegro\examples\data\haiku\fire_6.ogg (11748, 2010-07-19)
allegro\examples\data\haiku\fire_7.ogg (11561, 2010-07-19)
allegro\demos\a5teroids\data\sfx\fire_large.ogg (28749, 2010-04-01)
allegro\demos\a5teroids\data\sfx\fire_small.ogg (26232, 2010-04-01)
allegro\demos\a5teroids\data\sfx\game_music.ogg (39653, 2010-04-01)
allegro\demos\a5teroids\data\sfx\powerup.ogg (28749, 2010-04-01)
allegro\examples\data\haiku\select.ogg (8379, 2010-07-19)
allegro\demos\a5teroids\data\sfx\small_explosion.ogg (4740, 2010-04-01)
allegro\examples\data\testing.ogg (26734, 2010-03-12)
allegro\demos\a5teroids\data\sfx\title_music.ogg (255387, 2010-04-01)
allegro\examples\data\haiku\water_0.ogg (10438, 2010-07-19)
allegro\examples\data\haiku\water_1.ogg (9611, 2010-07-19)
allegro\examples\data\haiku\water_2.ogg (8732, 2010-07-19)
... ...

% Allegro 5.0.0 RC1 Welcome to Allegro 5, a cross-platform game programming library. Currently supported platforms are Linux/Unix, Windows, MacOS X and iPhone. Note that Allegro 5 is wholly *incompatible* with Allegro 4 and earlier versions, but both may be installed at the same time without conflicts. This readme contains general information which applies to all platforms that Allegro builds on. README_cmake.txt discusses some build options for cmake. README_msvc.txt discusses compilation on Windows with Microsoft Visual C/C++. README_make.txt discusses compilation with GNU make. This applies to Unix-like operating systems such as Linux, MacOS X and MinGW on Windows. README_macosx.txt has a few additional notes for MacOS X. README_iphone.txt discusses iPhone operating systems. Requirements ============ We assume you have C and C++ compilers installed and functioning. We support gcc and MSVC. Allegro also requires CMake 2.6 or later to build. You may download it from Library dependencies ==================== Allegro is divided into a core library and a number of addon libraries. The core library depends on certain libraries to function. If you don't have those, nothing will work. These are required for the core library: - DirectX SDK (Windows only) You can get this for MSVC from the Microsoft web site (large download). Alternatively, smaller downloads for MSVC and MinGW are available here: Some of those are originally from: - X11 development libraries (Linux/Unix only) The libraries will be part of you Linux distribution, but you may have to install them explicitly. - OpenGL development libraries (except on Windows) The addons, too, may require additional libraries. Since the addons are strictly optional, they are not required to build Allegro, but a lot of functionality may be disabled if they are not present. Windows users may find some precompiled binaries from . You need to get the `bin` and `lib` packages. The `bin` packages contain DLLs, and the `lib` packages contain the headers and import libraries. Mac users may find some dependencies in Fink or MacPorts. and Linux users likely have all the dependencies already, except PhysicsFS and DUMB. If your distribution uses separate development packages, they will need to be installed. The packages are probably named *-dev or *-devel. These are the dependencies required for the addons: - libpng and zlib, for PNG image support (Unix and older MinGW only) Home page: Windows binaries: - libjpeg, for JPEG image support (Unix and older MinGW only) Home page: Windows binaries: - FreeType, for TrueType font support. Home page: Window binaries: - Ogg Vorbis, a free lossy audio format. (libogg, libvorbis, libvorbisfile) Home page: - FLAC, a free lossless audio codec. (libFLAC, libogg) Home page: - DUMB, an IT, XM, S3M and MOD player library. (libdumb) Home page: - OpenAL, a 3D audio API. The audio addon can use OpenAL, although the 3D capabilities aren't used. On Mac OS X, OpenAL is *required* but should come with the OS anyway. On Linux and Windows, OpenAL will only be used if you request it, hence there is no reason to install it specifically. - PhysicsFS, provides access to archives, e.g. .zip files. Home page: On Windows it may be a pain to place all these libraries such that they can be found. Please see the README_cmake.txt section on the "deps subdirectory" when the time comes. API documentation ================= To build the documentation you will need Pandoc. Pandoc's home page is Installing Pandoc from source can be challenging, but you can build Allegro without building the documentation. Online documentation is available on the Allegro web site: Building with CMake =================== Building with CMake is a two step process. During the _configuration_ step, cmake will detect your compiler setup and find the libraries which are installed on your system. At the same time, you may select options to customise your build. If you are unsure of what you are doing, leave all the options at the defaults. Once the configuration step is successful, you will invoke another tool to build Allegro. The tool depends on your compiler, but is usually either `make`, or your IDE. To avoid problems, unpack Allegro into a directory *without spaces or other "weird" characters in the path*. This is a known problem. Now read README_msvc.txt, README_make.txt or README_macosx.txt.

近期下载者

相关文件


收藏者