Thank you very much. This was very helpful... I had no idea what rake was, so I had to google it. I appreciate your reply.
Subject: RE: Need some explaination on how to compile the source? From: [email protected] Date: Tue, 14 Jul 2009 21:02:45 +0000 To: [email protected] You should check this - http://wiki.github.com/why/shoes/buildingshoes I suppose it assumes you have rake/ruby installed already, though I'm not sure about this. Also, here's an extract from the README file that comes with the source that you should know about: STAYING CURRENT WITH SHOES Shoes development happens at Github. You can download a current tarball of the very latest Shoes from here: http://github.com/why/shoes Or, if you have git installed, you can clone the repo like so: git clone git://github.com/why/shoes.git Once you have your compiler and dependencies set up, building Shoes is as simple as: rake Your Shoes build will then appear in the `dist` directory. For instructions on how to set up your compiler and acquire deps for Windows, OS X, and Linux, see the Shoes wiki: <http://github.com/why/shoes/wikis> Look for a "Building Shoes" link on the front page. Subject: Need some explaination on how to compile the source? From: [email protected] Date: Tue, 14 Jul 2009 14:42:52 -0500 To: [email protected] I know this is rather stupid of me to ask, but I'm not very experienced when it comes to working with C++ outside of my IDE.... I was wondering what the steps are to actually compiling the source? _________________________________________________________________ Lauren found her dream laptop. Find the PC that’s right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
