View Single Post
Old 02-12-12, 08:11 PM   #33
magicstix
Captain
 
Join Date: Aug 2011
Location: Nuclear submarine under the North Pole
Posts: 481
Downloads: 1
Uploads: 0
Default

Quote:
Originally Posted by CTarana View Post
Where do I install the SDL libraries if I'm going to try to use MinGW C++ to try to compile the source code for version 1.1 of OpenSSN? Mind you this is the first time I've used any sort of compiler! I'm running on WinXP!

Thanks!

ChristopherT
If you're using mingw c++ you're probably running under cygwin, correct? In that case you wouldn't be using DLLs, you'd be linking against the .so's.

It'd probably be a better idea to take the source and try to compile it under visual studio.
magicstix is offline   Reply With Quote