C++ Allegro5 CodeBlocks Linker -
I am running Ubuntu, and I set up Elegre 5 in each step for installation. If I run my program from the command line, then I know that I use
gcc -Wall main.cpp `pkg-config -cflags -libs allegro-5.0
Plus use any other package I (I do not know what it all means, but I know I need it)
To help me, what do I need to know about codeboles> settings> compiler? For the Allegro library so much that I do not get one hundred and one undefined reference errors, I do not know what I am looking for, and I do not know where to look, help me get out of the new boy thanks.
Edit: I know Linker for Allegro 4.2 for allegro-config --libs --static
Where can I see and what is the need for Alegre 5?
If codeboxes do not support `pkg-config -cflags -libs allegro-5.0 After entering '
, just open and type a terminal (no bracket):
pkg- Config --cflags --libs allegro-5.0
< / P>
Then copy / paste the result of codebuckles into the compiler settings.
Comments
Post a Comment