FluxRider
2004.10.30, 07:48 PM
I'm trying to play with the SDL_gfx library. Unfortunatly, I do no understand this library release way.
The website has instructions, but I do not understand them.
http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
I'd like to develop mainly with Windows and Dev-C++. The website talks about compiling a DLL. I've tried and failed. I tried to do it with MSYS but the ./autogen.sh doesn't seem to work. (By the way, it's my first time trying MSYS too)
./autogen.sh: aclocal: command not found
./autogen.sh: automake: command not found
./autogen.sh: autoconf: command not found
Now you are ready to run ./configure
Besides, I suspect I won't only need a DLL but a header file (.h), and a library file (.o .lib or .a) as well.
Would someone that already has installed this library on Windows with Dev-C++ could explain me the procedure to install it?
I do have a copy of Knoppix somewhere, so if I need to do compile with linux I'll follow.
Thanks,
FluxRider
The website has instructions, but I do not understand them.
http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
I'd like to develop mainly with Windows and Dev-C++. The website talks about compiling a DLL. I've tried and failed. I tried to do it with MSYS but the ./autogen.sh doesn't seem to work. (By the way, it's my first time trying MSYS too)
./autogen.sh: aclocal: command not found
./autogen.sh: automake: command not found
./autogen.sh: autoconf: command not found
Now you are ready to run ./configure
Besides, I suspect I won't only need a DLL but a header file (.h), and a library file (.o .lib or .a) as well.
Would someone that already has installed this library on Windows with Dev-C++ could explain me the procedure to install it?
I do have a copy of Knoppix somewhere, so if I need to do compile with linux I'll follow.
Thanks,
FluxRider