Thing version one point oh.

|===============================================|
|===============================================|

To successfully compile you'll need these libraries pre-installed
 (the list is pretty long), in addition to gcc:

Allegro
    http://alleg.sf.net/

AllegroGL
    http://allegrogl.sf.net/

OpenGL (usually comes out of the box with gcc)

D3D devpack.  If you have dev-cpp this will be easy to install.  If
you don't, then you can either un .tar.gz the devpack and install
manually or define NO_D3D when compiling to take out D3D support.
    http://devpaks.org/details.php?devpak=136

|===============================================|
|===============================================|

To compile the example run this command:

g++ bitmap.cpp conf.cpp example.cpp log.cpp software.cpp settings.cpp readhash.cpp -o example.exe -lagl -lopengl32 -lalleg -luser32 -lglu32 -lkernel32 -lgdi32 -lcomdlg32 -lole32 -lwinmm -ldinput -lddraw -ldxguid -ldsound -ld3d9 -ld3dx9

