Those who are not interested in programming, ignore this thread.
I am literally exhausted after trying to get the Allegro library to work with my compiler( or IDE or what it's called anyway), Code::Blocks 10.5
Here's my frustration, condensed:
->I tried to install the allegro gaming library after some tutorial, the new version(allegro 5.0 RC4). Allegro is "traditionally" distributed as source code which I have to compile myself, but I seem to fail at that part.
->so instead I see there are precompiled(binaries) versions that work with code::blocks too. Only there is a list of compatibility with the MinGW compiler. The one that cames with Code::Blocks is 4.4.1 I think, and that is not on the list.
There is a precompiled version for the latest(I believe) MinGW, 4.5.0. So I said I will update to the latest MinGW. Even more frustration as I don't understand\find on the internet how to do this.
->meh, get back to good ol' DevCpp which will automatically download and install the Allegro 4 version for me .
Yes! I am prepared to learn allegro(I experimented with it in the past, but I had windows xp then).
*copy pasta some example codes that I remember they worked in the past
*build&run
*black screen
*fffuuuuuuuuuuuu
-> return to trying to have allegro 5 on CodeBlocks.
So this is what I ask for now, can anybody help me\tell me in clear steps how to update to MinGW 4.5.0 on Code::Blocks please?