forked from appleseedhq/appleseed
-
Notifications
You must be signed in to change notification settings - Fork 0
Building appleseed on Windows using prebuilt dependencies
François Beaune edited this page Feb 11, 2014
·
17 revisions
If you are using Visual Studio 2012, it is much quicker to build appleseed using our prebuilt dependencies.
You will still need working installations of Qt and Boost; see our guide Building appleseed on Windows for directions.
See this section of the guide Building appleseed on Windows.
See this section of the guide Building appleseed on Windows.
- Locate the latest release of the dependency package in https://github.com/appleseedhq/appleseed-deps/releases.
- Download both the binaries and the sources:
- Extract the binaries inside a
build\
directory in your appleseed source directory. - Extract the
3rdparty
directory (not its contents!) of the source archive into your appleseed source directory. It should look like that:
See this section of the guide Building appleseed on Windows.
See this section of the guide Building appleseed on Windows.