﻿<?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%3ADoc%2FBuilding_Blender%2FLinux%2Fget_the_source</id>
	<title>Dev:Doc/Building Blender/Linux/get the source - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FBuilding_Blender%2FLinux%2Fget_the_source"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Building_Blender/Linux/get_the_source&amp;action=history"/>
	<updated>2026-06-08T20:12:09Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/Building_Blender/Linux/get_the_source&amp;diff=94217&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Building_Blender/Linux/get_the_source&amp;diff=94217&amp;oldid=prev"/>
		<updated>2018-06-28T18:45:56Z</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日 (木) 18:45時点における版&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:Doc/Building_Blender/Linux/get_the_source&amp;diff=94216&amp;oldid=prev</id>
		<title>2017年10月10日 (火) 04:00にwiki&gt;Ideasman42による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Building_Blender/Linux/get_the_source&amp;diff=94216&amp;oldid=prev"/>
		<updated>2017-10-10T04:00:01Z</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;= 1. Get the source =&lt;br /&gt;
The first step is to get the latest Blender source code from blender.org's GIT repository.&lt;br /&gt;
&lt;br /&gt;
Copy and paste the following instructions into a terminal window.&lt;br /&gt;
The following commands create a &amp;lt;tt&amp;gt;blender-git&amp;lt;/tt&amp;gt; folder in your home directory by downloading the latest source code commonly referred to as &amp;lt;tt&amp;gt;'master'&amp;lt;/tt&amp;gt;.&lt;br /&gt;
An Internet connection is needed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir ~/blender-git&lt;br /&gt;
cd ~/blender-git&lt;br /&gt;
git clone https://git.blender.org/blender.git&lt;br /&gt;
cd blender&lt;br /&gt;
git submodule update --init --recursive&lt;br /&gt;
git submodule foreach git checkout master&lt;br /&gt;
git submodule foreach git pull --rebase origin master&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once you have followed the steps above and checked out Blender's source code, you will probably want update it to the latest development version periodically.&lt;br /&gt;
&lt;br /&gt;
This can be done with the following command (in &amp;lt;tt&amp;gt;~/blender-git/blender/&amp;lt;/tt&amp;gt;):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
make update&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''For additional information on using Git with Blender's sources, see: [[Dev:Doc/Building_Blender|Tools/Git]]''&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>