Mail Archives: djgpp/1996/09/30/00:53:41
Jeremy Ford wrote:
>
> Hello,
>
> I just downloaded ALLEGRO for DJGPP and I was wondering how you
> installed it. The documentation says something about running make.exe
> but when I unzip allegro file to c:\allegro there is no make.exe
> file...could someone send me that file or tell me how to compile
> allogro so I can use it...
You don't need to recompile allegro to use it with your programs.
Allegro should come with the file 'liballeg.a' which you should place in
the \lib directory of your DJGPP installation. It should also include
the necessary header files. Like the library, you can install them in
your \include directory, but it is preferable to simply modify the
C_INCLUDE_PATH and CPLUS_INCLUDE_PATH to put the allegro include
directory on the end. Then just #include the allegro headers like any
other headers and link liballeg.a when you compile. RHIDE has options
to do these things automatically.
Rebuilding allegro is only necessary if you need to change some part of
it for some reason.
--
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com |
| Plan: To find ANYONE willing to | http://www.cs.com/fighteer |
| play Descent 2 on DWANGO! | Tagline: <this space for rent> |
---------------------------------------------------------------------
- Raw text -