Hi! I'm running the latest OpenSuse 11.4.
I have knowledge of C++ programming and I think I'm ready to start using graphics.
I have downloaded allegro-5.0.4.tar.gz, extracted it and tried to include allegro.h file in my C++ code.
Here is my testing file for allegro.
#include <iostream>
#include "/Documents/Allegro/include/allegro5/allegro.h"
int main(){
cout << "Allegro Y U NO WORK?" << endl;
}
I get the following error:
In file included from testin.cpp:2:0:
Allegro/include/allegro5/allegro.h:26:27: fatal error: allegro5/base.h: No such file or directory
compilation terminated.
If you have any advice or a tutorial, please inform me of them.