Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 861 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 861 Bytes

appleseed-deps

Overview

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.

Building the third-party libraries

  1. Clone this repository on your machine.
  2. Open a VS x64 Native Tools Command Prompt.
  3. Navigate to the appleseed-deps directory.
  4. Type BuildAll.bat and follow the instructions.