how can i build the open source project?
hi all
im very beginer of computer programming
i just wanna see how game works
so im download the opensource project game which come from
adonthell[dot]linuxgames[dot]com/download/source[dot]shtml
(googled open source project game and first linked page>>adonthell>>download)
yea~! i complete the download
but .. i dont know how to compile all of these guys
what i can see is just unknown extensions and kinda osx,debian folders
fortunately there are cpp,h files that i add to Visual Studio 2008 Project and complie it
but has very many eoors
could you let me know how to build these guys?
how can i build the open source project?
Started by kty1104, Jul 28 2009 09:50 PM
2 replies to this topic
#1
Posted 28 July 2009 - 09:50 PM
|
|
|
#2
Posted 29 July 2009 - 04:56 AM
If its something you downloaded more than likely its already able to compile, so just compile it and see what you wanna change, then find it in the code and change it. It helps if you run it first IMO
#3
Posted 29 July 2009 - 07:10 AM
You may want to download MinGW and MSYS to compile it, as it was probably designed to be compiled using the "./configure, make, make install" paradigm from linux.


Sign In
Create Account

Back to top










