Page 1 of 1

Tools

Posted: Tue May 27, 2014 1:07 am
by DarScott
What tools do I need to play?

Xcode 5?

Visual Studio Express 2013?

Other?

Or is this detailed in a file I will get when I git?

Re: Tools

Posted: Tue May 27, 2014 10:21 am
by LCMark
@DarScott: I use both Xcode 3.2.6 and Xcode 5.<something> (depending on which computer I'm on) to work on Mac. If you are intending to play around with the pseudo-object stuff that @runrevali implemented recently, then you'll need to work off a branch of refactor-syntax_unicode. Once you've checked this branch out, you need to 'cd' into prebuilt and execute 'sh fetch-libraries.sh' - this downloads prebuilt versions of ICU, OpenSSL and Curl which the engine needs to build (there's also a script to compile them from source, but that can take quite a while).

On Windows, we are still tied to VS2005 - instructions for the prerequisites for this are in the livecode.git repository readme file.