Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to compile Blender from source?

I just downloaded blender souce.

How do I build it?

I tried make command, but I am getting this:

alt text

Btw, I am doing this on Windows using Cygwin.

like image 499
Moeb Avatar asked Feb 15 '10 18:02

Moeb


People also ask

What is Blender compiled with?

Blender uses the CMake build system.

Is Blender build with Python?

Overview. The official blender.org embeds a Python interpreter (CPython 3. x). This makes sense from the perspective of a user, who's primary needs are to have an application which can be extended with scripts.


1 Answers

Large and complicated projects such as Blender often have many dependencies and intricacies which makes building them yourself a pretty daunting task. Usually the source code is accompanied by the build instructions which tell you how to build it. But you often can find them on the web, too.

like image 53
Joey Avatar answered Sep 28 '22 01:09

Joey