Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 2.08 KB

File metadata and controls

66 lines (40 loc) · 2.08 KB

Compiling LiveCode for Windows

LiveCode Community Logo

Copyright © 2015 LiveCode Ltd., Edinburgh, UK

Dependencies

The Windows build scripts currently don't have any ability to auto-discover tools, so you need to install all of the build dependencies to their default locations.

git

You will need to install git for Windows in order to obtain the LiveCode source code from GitHub.

Microsoft Visual Studio

You will need to download & install Microsoft Visual Studio 2010 Express (or Professional, if available).

In addition, you should install:

Cygwin

The build currently requires the use of some tools from the Cygwin distribution of GNU and other open source tools.

You need to install Cygwin, along with the following additional packages:

  • make
  • bash
  • bison
  • flex
  • curl
  • zip
  • unzip

Other tools

The build process also requires:

Configuring LiveCode

Once you have checked out the source code from git, you can run:

cmd /C configure.bat

(Or just run configure.bat by double-clicking on it from Windows Explorer)

This will generate a set of Visual Studio project files in the build-win-x86/livecode directory.

Compiling LiveCode

To compile LiveCode, you can either open the build-win-x86/livecode/livecode.sln solution file in Visual Studio, or you can run:

cd build-win-x86
cmd /C ..\make.cmd

Note that if you are using Visual Studio 2010 Express you won't be able to compile the revbrowser extension.