Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 2.27 KB

BUILD.md

File metadata and controls

41 lines (33 loc) · 2.27 KB

Building

This document is a work in progress and is missing a lot of details and examples. It is provided for basic information and will be finished at a later date.

On Windows (in a Visual Studio 20XX "Cross Tools" Command Prompt):

> CHDIR path\to\folder
> git clone --recursive https://github.com/david-cattermole/OpenCompGraphMaya.git
> CHDIR OpenCompGraphMaya

> CHDIR src\OpenCompGraph\thirdparty
> build_thirdparty_windows64.bat
> CHDIR ..\..\..

> build_OpenCompGraphMaya_windows64_maya2018.bat

Dependencies

Maya Development Build Environment