﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3AKdawg%2FBuilding_Blender%2FDownload_the_dependency_libraries</id>
	<title>利用者:Kdawg/Building Blender/Download the dependency libraries - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AKdawg%2FBuilding_Blender%2FDownload_the_dependency_libraries"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kdawg/Building_Blender/Download_the_dependency_libraries&amp;action=history"/>
	<updated>2026-09-09T19:34:59Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kdawg/Building_Blender/Download_the_dependency_libraries&amp;diff=147771&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kdawg/Building_Blender/Download_the_dependency_libraries&amp;diff=147771&amp;oldid=prev"/>
		<updated>2018-06-28T21:09:34Z</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日 (木) 21:09時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85:Kdawg/Building_Blender/Download_the_dependency_libraries&amp;diff=147770&amp;oldid=prev</id>
		<title>2014年11月15日 (土) 20:01にwiki&gt;Kdawgによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kdawg/Building_Blender/Download_the_dependency_libraries&amp;diff=147770&amp;oldid=prev"/>
		<updated>2014-11-15T20:01:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Download the dependency libraries =&lt;br /&gt;
&lt;br /&gt;
Acquiring the dependency libraries is simple.  If you are using Windows or Mac, you will need to use Subversion, a different repository than Git, to download the precompiled dependency libraries.  The reason for this is that Git does not do well with large binary files.  There is a script for Linux users to download and build the dependencies.&lt;br /&gt;
&lt;br /&gt;
== Install Dependency Libraries ==&lt;br /&gt;
&lt;br /&gt;
{{Template:MoreDetails | Windows |&lt;br /&gt;
=== Installing SVN ===&lt;br /&gt;
You have many choices for a subversion client.  [http://www.sliksvn.com/en/download SlikSVN] is a version of SVN for windows that is used by many of the Windows developers.  Also, the [http://www.cygwin.com Cygwin] unix environment has an SVN package available.  Alternately, [http://tortoisesvn.net/downloads.html TortoiseSVN] integrates nicely with windows explorer.&lt;br /&gt;
&lt;br /&gt;
=== About the precompiled libraries === &lt;br /&gt;
Depending on your compiler, and whether you are going to target a 32-bit system or a 64-bit system, you will download a different set of libraries.&lt;br /&gt;
&lt;br /&gt;
The three main supported compilers are MinGW, MSVC 2012 (for 2.71 and beyond), and MSVC 2008 (for pre-2.70 versions).  Use the table below to figure out which version subversion repository to download.  For example, if you are using MinGW on a 32-bit system, replace &amp;lt;TT&amp;gt;&amp;lt;libs_dir&amp;gt;&amp;lt;/TT&amp;gt; below with &amp;lt;TT&amp;gt;mingw32&amp;lt;/TT&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* MinGW - 32 bit: '''mingw32''' &lt;br /&gt;
* MinGW - 64 bit: '''mingw64'''&lt;br /&gt;
* MSVC 2012 - 32 bit: '''windows_vc12''' &lt;br /&gt;
* MSVC 2012 - 64 bit: '''win64_vc12'''&lt;br /&gt;
* ''Note: While MSVC 2010 support is now deprecated, you can still find the precompiled libraries under '''windows''' and '''win64'''''.&lt;br /&gt;
&lt;br /&gt;
=== Downloading the libraries ===&lt;br /&gt;
Once you have SVN installed, you can download the libraries from the command line, by using the following process: &lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd \blender-dev&lt;br /&gt;
mkdir lib&lt;br /&gt;
cd lib&lt;br /&gt;
svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/&amp;lt;libs_dir&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
'''Under no circumstances''' should you set the SVN repository for the C:\blender-dev folder, because it could cause major conflicts with the git repository. If you want to update each precompiled library folder with the explorer context menu, you can do so by clicking on the requisite folders under lib/ and going to SVN checkout. After the checkout finishes you will see a revision and be able to close the dialog out.&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Linux |&lt;br /&gt;
=== Automatic dependencies installation ===&lt;br /&gt;
&lt;br /&gt;
The preferred way to install dependencies under Linux is now to use the &amp;lt;code&amp;gt;install_deps.sh&amp;lt;/code&amp;gt; script featured with Blender sources. It currently supports Debian (and derived), Fedora, Suse and Arch distributions.  To run the script, simply run the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;cd ~/src/blender-dev&lt;br /&gt;
./blender/build_files/build_environment/install_deps.sh&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This scripts accepts some optional command lines arguments (use &amp;lt;code&amp;gt;--help&amp;lt;/code&amp;gt; one to get an exhaustive list), among which:&lt;br /&gt;
;&amp;lt;code&amp;gt;--source &amp;lt;path&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
:Where to store downloaded sources for libraries we have to build (defaults to &amp;lt;code&amp;gt;~/src/blender-deps&amp;lt;/code&amp;gt;).&lt;br /&gt;
;&amp;lt;code&amp;gt;--install &amp;lt;path&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
:Where to install the libraries we have to build (defaults to &amp;lt;code&amp;gt;/opt/lib&amp;lt;/code&amp;gt;).&lt;br /&gt;
;&amp;lt;code&amp;gt;--with-osl&amp;lt;/code&amp;gt;&lt;br /&gt;
:Try to build OpenShadingLanguage. Note that this is still considered as experimental!&lt;br /&gt;
&lt;br /&gt;
Some commands in this script requires sudo, so you'll be likely asked couple of times for your password.&lt;br /&gt;
&lt;br /&gt;
When the script finish installing/building all the packages, it'll print which parameters for CMake and SCons you should use to use the compiled libraries.&lt;br /&gt;
&lt;br /&gt;
{{Warning/Important}}If you have to compile your own boost libraries, you will have to tell Linux where to find them to get blender running. Just run the following commands as root user, from a terminal window:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
echo &amp;quot;/opt/lib/boost/lib&amp;quot; &amp;gt; /etc/ld.so.conf.d/boost.conf&lt;br /&gt;
ldconfig&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Mac |&lt;br /&gt;
=== Download external libraries from Subversion ===&lt;br /&gt;
&lt;br /&gt;
The external libraries needed for building blender have been precompiled for Intel 32 bit and 64 bit and OS X 10.5+, and can be download with these commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd ~/blender-dev&lt;br /&gt;
mkdir lib&lt;br /&gt;
cd lib&lt;br /&gt;
svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/darwin-9.x.universal&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Keep your repository up to date ==&lt;br /&gt;
&lt;br /&gt;
On Mac and Windows, you can run the following command every so often to keep your precompiled libs up-to-date:&lt;br /&gt;
{{Template:MoreDetails | Mac |&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd ~/blender-dev/lib&lt;br /&gt;
svn update&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Windows |&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd \blender-dev\lib&lt;br /&gt;
svn update&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Kdawg</name></author>
		
	</entry>
</feed>