Skip to content

appleseedhq/windows-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-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 windows-deps directory.
  4. Type BuildAll.bat and follow the instructions.