﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3AJA%2FDoc%2FBuilding_Blender</id>
	<title>Dev:JA/Doc/Building Blender - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3AJA%2FDoc%2FBuilding_Blender"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:JA/Doc/Building_Blender&amp;action=history"/>
	<updated>2026-04-19T06:24:03Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:JA/Doc/Building_Blender&amp;diff=109775&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:JA/Doc/Building_Blender&amp;diff=109775&amp;oldid=prev"/>
		<updated>2018-06-28T19:48:14Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:48時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:JA/Doc/Building_Blender&amp;diff=109774&amp;oldid=prev</id>
		<title>wiki&gt;Amatanoyo: /* CMake */ 英語版第185644版に合わせた変更</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:JA/Doc/Building_Blender&amp;diff=109774&amp;oldid=prev"/>
		<updated>2012-01-17T14:56:49Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;CMake: &lt;/span&gt; 英語版第185644版に合わせた変更&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Blender をビルド  =&lt;br /&gt;
&lt;br /&gt;
ゼロから Blender をビルドするための、OS ごとの解説は以下より。&lt;br /&gt;
&lt;br /&gt;
== Blender 2.5x 以上 ==&lt;br /&gt;
*[[Dev:2.5/Doc/Building Blender/Linux|Linux]]&lt;br /&gt;
*[[Dev:2.5/Doc/Building Blender/Mac|Mac]]&lt;br /&gt;
*[[Dev:2.5/Doc/Building Blender/Windows|Windows]]&lt;br /&gt;
*[[Dev:2.5/Doc/Building Blender/FreeBSD|FreeBSD]]&lt;br /&gt;
&lt;br /&gt;
== Blender 2.4x ==&lt;br /&gt;
*[[Dev:2.4/Doc/Building Blender/Linux|Linux]]&lt;br /&gt;
*[[Dev:2.4/Doc/Building Blender/Mac|Mac]]&lt;br /&gt;
*[[Dev:2.4/Doc/Building Blender/Windows|Windows]]&lt;br /&gt;
*[[Dev:2.4/Doc/Building Blender/Solaris|Solaris]]&lt;br /&gt;
&lt;br /&gt;
== 共通 ==&lt;br /&gt;
&lt;br /&gt;
以下のステップを踏むことで Blender をビルドできます。詳細は上のリンク先にあるガイドを参照してください。&lt;br /&gt;
&lt;br /&gt;
#ビルド設定を選択する&lt;br /&gt;
#:ビルドする前に、OS、ビルドシステム、コンパイラ、関係する開発ツールや依存関係にあるパッケージを決めましょう。&lt;br /&gt;
#開発ツールをインストールする&lt;br /&gt;
#必要な依存関係にあるパッケージインストールする&lt;br /&gt;
#:手動でインストールしなければならないものもあれば、Blender のソースコードについてくるものもあります。依存関係にあるパッケージはたいてい、ヘッダファイルやライブラリです。&lt;br /&gt;
#ソースコードをダウンロードする。通常、 svn（subversion）経由で最新バージョンをダウンロードすることになります。&lt;br /&gt;
#ビルドしてみる。ビルド失敗を解決する（次項参照）。&lt;br /&gt;
#ビルド完了！&lt;br /&gt;
&lt;br /&gt;
== ビルド失敗を解決 ==&lt;br /&gt;
&lt;br /&gt;
Most building problems are not actually errors in the tree, although you can never fully rule out that possibility. Most likely, the problem is one or more missing dependencies.&lt;br /&gt;
&lt;br /&gt;
Missing dependencies cause two types of compiler errors. No such file errors mean a header (.h) file is missing, while unresolved symbol errors when linking mean a library is missing. This is usually because either a path to the dependency was not set correctly in the build system, the dependency was not installed, or a wrong version of the dependency was used.&lt;br /&gt;
&lt;br /&gt;
Finding out which dependencies are broken may sometimes be difficult. Searching online for the missing filenames or symbols will often give a quick answer. On systems with package managers, the headers and libraries are usually in a separate development package, called for example foo-dev or foo-devel.&lt;br /&gt;
&lt;br /&gt;
== ビルドシステム ==&lt;br /&gt;
&lt;br /&gt;
Blender has two build system, SCons and CMake. Which one to use is a personal preference, and generally they can both build the same features, it's mostly a matter of personal preference. Besides that you must also choose a compiler to install, and choose if you want to build a 32bit or 64bit Blender.&lt;br /&gt;
&lt;br /&gt;
==== [http://scons.org SCons] ====&lt;br /&gt;
&lt;br /&gt;
*'''Customization'''&lt;br /&gt;
**&amp;lt;tt&amp;gt;blender/user-config.py&amp;lt;/tt&amp;gt; (configuration file)&lt;br /&gt;
**&amp;lt;tt&amp;gt;blender/build_files/scons/config/&amp;amp;lt;platform&amp;amp;gt;-config.py&amp;lt;/tt&amp;gt; (for hints and documentation, don't edit these!)&lt;br /&gt;
*'''Documentation'''&lt;br /&gt;
**&amp;lt;tt&amp;gt;blender/doc/blender-scons.txt&amp;lt;/tt&amp;gt; &lt;br /&gt;
*'''Build Files'''&lt;br /&gt;
**&amp;lt;tt&amp;gt;SConscript&amp;lt;/tt&amp;gt; throughout the source tree.&lt;br /&gt;
**&amp;lt;tt&amp;gt;blender/SConstruct&amp;lt;/tt&amp;gt;&lt;br /&gt;
**&amp;lt;tt&amp;gt;blender/build_files/scons/*&amp;lt;/tt&amp;gt;&lt;br /&gt;
*'''Output'''&lt;br /&gt;
**&amp;lt;tt&amp;gt;install/&amp;amp;lt;platform&amp;amp;gt;/&amp;lt;/tt&amp;gt; by default, configurable with &amp;lt;tt&amp;gt;BF_INSTALLDIR=&amp;amp;lt;dir&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== [http://cmake.org/ CMake] ====&lt;br /&gt;
&lt;br /&gt;
* '''Customization'''&lt;br /&gt;
** Using cmake GUI, &amp;lt;tt&amp;gt;ccmake&amp;lt;/tt&amp;gt; or editing &amp;lt;tt&amp;gt;build/CMakeCache.txt&amp;lt;/tt&amp;gt;&lt;br /&gt;
** Be sure to generate the build files in a directory other than &amp;lt;tt&amp;gt;blender/&amp;lt;/tt&amp;gt;, e.g. &amp;lt;tt&amp;gt;build/&amp;lt;/tt&amp;gt;&lt;br /&gt;
* '''Documentation'''&lt;br /&gt;
** &amp;lt;tt&amp;gt;blender/doc/build-systems/cmake.txt&amp;lt;/tt&amp;gt;&lt;br /&gt;
* '''Build Files'''&lt;br /&gt;
** &amp;lt;tt&amp;gt;CMakeLists.txt&amp;lt;/tt&amp;gt; throughout the source tree.&lt;br /&gt;
**  &amp;lt;tt&amp;gt;blender/build_files/cmake/*&amp;lt;/tt&amp;gt;&lt;br /&gt;
* '''Output'''&lt;br /&gt;
** &amp;lt;tt&amp;gt;build/bin&amp;lt;/tt&amp;gt;, or the project directory for the given generator (CMake -G &amp;amp;lt;generator&amp;amp;gt;).&lt;/div&gt;</summary>
		<author><name>wiki&gt;Amatanoyo</name></author>
		
	</entry>
</feed>