Jump to content

how can i build the open source project?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
kty1104

kty1104

    Newbie

  • Members
  • Pip
  • 5 posts
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?

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog