Thread: allegro

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    479

    allegro

    i have forgotten how to install allegro in dev-c++
    can anyone tell tell me how it's done?

  2. #2
    Registered User
    Join Date
    Aug 2004
    Posts
    6
    After extracting allegro to a directory, open a command shell and type:

    SET PATH=C:\Dev-Cpp\bin;%path%
    SET MINGDIR=C:\Dev-Cpp

    fix mingw32

    make

    make install

    And that's it! Allegro is installed. I hope it helps.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Allegro in C for a newb
    By Ideius in forum C Programming
    Replies: 5
    Last Post: 12-29-2005, 04:36 PM
  2. Game Programming FAQ
    By TechWins in forum Game Programming
    Replies: 5
    Last Post: 09-29-2004, 02:00 AM
  3. double buffering for allegro
    By Leeman_s in forum C++ Programming
    Replies: 6
    Last Post: 09-12-2002, 02:45 PM
  4. Special Allegro Information
    By TechWins in forum Game Programming
    Replies: 12
    Last Post: 08-20-2002, 11:35 PM
  5. Allegro programming in a window
    By Person Man in forum Windows Programming
    Replies: 0
    Last Post: 11-16-2001, 03:23 PM