-
Notifications
You must be signed in to change notification settings - Fork 332
Building appleseed
François Beaune edited this page Feb 11, 2014
·
16 revisions
This page will guide you through the process of building appleseed from scratch.
Regardless on the platform you are using, you will need the following tools:
- Git. On Windows, we recommend SourceTree or Git Extensions.
- CMake 2.8.12 or later.
Important: make sure Git is in the path as it is invoked by our CMake-based build system.
You need to clone the appleseed repository. On any platform, just type:
git clone git://github.com/appleseedhq/appleseed.git
This will put everything inside an appleseed/
directory.
- Building appleseed on Windows using prebuilt dependencies
- Building appleseed on Windows
- Building appleseed on Linux
- Building appleseed on OS X
You can now proceed to the Quick Start guide and give your build of appleseed a spin (you can skip the installation part obviously).