![]() |
|
installation problem |
chyuan
Member #7,988
November 2006
|
I tried to open the guide page in http://www.allegro.cc/files/install-devcpp.html, but I coundnt open it. I havent used allegro for months and I forgot how to install it. my system is XP and I use dev c++ I have unzipped the all422.zip and copied all the file to d:\dev-cpp but it still doesnt work, error msg says can not find "-lalleg" Anyone can help me? |
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
Try the wiki page for using dev-cpp. - Edit - My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
chyuan
Member #7,988
November 2006
|
Find the "liballeg.a" file, usually under "/allegro/lib/mingw32" I cant find liballeg.a |
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
You can't find the library because it has not been compiled / installed yet. You can either install a dev-pack for Allegro or you can build the library yourself. Read the file mingw32.txt in your allegro\docs\build directory , this will tell you how to build Allegro yourself. ============ Installing Allegro ============ ============ Using Allegro ============ ============ Creating a program with Dev-C++ ============ My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
|