Dev talk:2.5/Doc/Building Blender/Linux/Ubuntu/Scons

提供: wiki
2013年2月21日 (木) 01:39時点におけるwiki>Neeteexによる版 (Automatic dependencies installation precision)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

About Automatic dependencies installation : I suggest to change

cd ~/blender-svn ./blender/build_files/build_environment/install_deps.sh

with

cd ~/blender-svn ./build_files/build_environment/install_deps.sh

Since there is no reason that a ~/blender-svn/blender should exist in the previous explainations. Alternatively, this would be possible :

cd ~/blender-svn mk dir blender cd .. ./blender/build_files/build_environment/install_deps.sh