Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.4 KB

BUILD.md

File metadata and controls

64 lines (42 loc) · 2.4 KB

Building the META Tools

The META tools can be compiled from the source code in this repository. Compilation requires a Windows PC and access to the internet (for downloading NuGet packages).

Build Machine Setup

Follow these configuration instructions, in order, to set up your machine to build the META tools from source.

Windows x64 Professional (7 or 8.1)

Install Windows updates until your version is current

.NET Framework

Install Microsoft .NET Framework, version 4.0 or higher.

Version 4.5.1 can be found here

Microsoft Visual Studio 2010 (Professional or above)

NOTE: Will not compile under Express Edition

When installing, select these packages (at minimum):

  • C++
  • C#
  • Office Tools

Visual Studio Service Pack 1 (SP1)

download it here

WIX

Download 3.x here (get the newest 3.8 version).

3.5, 3.6, 3.7, 3.8 are detected by the build_msi.py script.

Java JDK 7 or above

Download it here

NOTE: Either x86 or x64 is okay

Set JAVA_HOME

Set environment variable JAVA_HOME to the installed directory, such as C:\Program Files (x86)\Java\jdk1.7.0_09

The real name of the subdirectory depends on what version you have installed.

GME 14.12+

Download it here

GME_x64 is the best-tested (but 32-bit should work too)

UDM x64 3.2.13+

Download it here

Windows Updates

Again, install Windows updates until everything is current. Restart your computer.

Git

Download msysgit

git.exe must be in your PATH. For msysgit, select Use Git from the Windows Command Prompt during installation.

Clone Repo

Clone this repository to your disk.

Build

  1. Open Visual Studio Command Prompt (2010) with ”Run as administrator”. (Do not use a Visual Studio x64 command prompt)
  2. From the root repository directory, run make_all_without_installer.cmd. This may take 30 minutes to build. (Warnings may be ignored, but there should be no errors.)

If you encounter errors, try to build once more. There may be some remaining race conditions in the build scripts.