thanks :), Yes it does, the archive contains a makefile but how to use that? BTW: I have trouble only with compiling of the bullet sorce code. SDL, GL, LUA libraries work good
If you use GCC but download the windows library I assume you use MinGW. There should be a thing called "MinGW shell" or something like that. Use it to navigate to the code directory and run
./configure
make
make install
Make install should handle moving the libraries and headers in the compiler search path.
MinGW default search path is mingw_install_directory/include and mingw_install_directory/lib. Check if the library is added afterwards.