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
- CMake 3.0+
- C++11 Compiler (see Maya Development Build Environment)
- Rust 1.48.0 or higher (stable-branch)
- Maya 2018+ Development Kit (devkit)
- spdlog 1.8.2