This repository contains the source code of all third-party libraries required to build appleseed, with the exceptions of Qt and the Boost C++ Libraries.
You can either build these libraries with the provided build script (see instructions below) or download prebuilt packages from the Releases page.
The appleseed wiki contains detailed instructions on how to build appleseed from source using these third-party libraries.
- Clone this repository on your machine.
- Open a VS x64 Native Tools Command Prompt.
- Navigate to the
windows-deps
directory. - Type
BuildAll.bat
and follow the instructions.