Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.3 KB

BUILDING.md

File metadata and controls

51 lines (35 loc) · 1.3 KB

BUILDING

Setting up build

You only need to do this once.

You need:

Note: 2.18 is also supported however the current release is built with 2.16

INSTALL NOTE: If you get a ValueError when running python setup.py install sometimes it can't run the visual studio batch file. Simply run C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat in the shell before running setupdev.bat

  1. Download and install Visual Studio C++ Express
  2. Run cmd.exe as admin
  3. scripts\setupdev.bat 2.16

Building ui files

  1. cmd.exe
  2. build.bat 2.16 build

build.bat is a make file with commands to build and package Roam

Following commands are supported:

- build
- exe
- release
- installer
- test
- test-only

Creating Exe

  1. cmd.exe
  2. build.bat 2.16 exe

Making release package

  1. cmd.exe
  2. build.bat 2.16 release