Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 913  / 1 Year ago, thu, march 2, 2023, 7:13:23

I am just using ubuntu 14.04, and i want to compile blender with Cmake,
Here is the Website:http://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Linux/Ubuntu/CMake
When i already in the Cmake application, i configure it then it wont work.
i already have everything,
Can you explained to me.


More From » compiling

 Answers
0

You may want to read this about alternative blender installs.



The cmake name is a bit misleading, it actually configures options and creates the makefiles. Run make install in the build directory after you have run ccmake. Once make has finished you can then start blender with ./bin/blender in the same directory.



If you are using the cmake-gui then you need to open a terminal in the Where to build binaries setting shown in the cmake-gui window.


[#22484] Saturday, March 4, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
;