﻿<?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%2FInstall_Git_and_download_the_Source</id>
	<title>利用者:Kdawg/Building Blender/Install Git and download the Source - 版の履歴</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%2FInstall_Git_and_download_the_Source"/>
	<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/Install_Git_and_download_the_Source&amp;action=history"/>
	<updated>2026-07-29T08:12:04Z</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/Install_Git_and_download_the_Source&amp;diff=147769&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/Install_Git_and_download_the_Source&amp;diff=147769&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/Install_Git_and_download_the_Source&amp;diff=147768&amp;oldid=prev</id>
		<title>2014年11月15日 (土) 20:03に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/Install_Git_and_download_the_Source&amp;diff=147768&amp;oldid=prev"/>
		<updated>2014-11-15T20:03:19Z</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;= Install Git and download the Source =&lt;br /&gt;
Git is a distributed revision control and source code management (SCM) system specifically designed to support distributed, non-linear workflows, like Blender.  The purpose of this page is not to provide a comprehensive tutorial on using Git, rather it is simply how to install it so that you can download the source code and begin working on Blender.  There are numerous tutorials/references available on the web, including:&lt;br /&gt;
* [http://git-scm.com/docs/gittutorial http://git-scm.com/docs/gittutorial]&lt;br /&gt;
* [http://www.vogella.com/tutorials/Git/article.html http://www.vogella.com/tutorials/Git/article.html]&lt;br /&gt;
* [http://stackoverflow.com/tags/git/info http://stackoverflow.com/tags/git/info]&lt;br /&gt;
&lt;br /&gt;
== Installing Git ==&lt;br /&gt;
&lt;br /&gt;
{{Template:MoreDetails | Windows |&lt;br /&gt;
You will need to download and install [http://msysgit.github.io/ Git for Windows].  This is needed in the Blender compiling process, see box below.  If you just want a command line Git, then this is all you need. &lt;br /&gt;
&lt;br /&gt;
If you want an easy to GUI that integrates with Windows Explorer, you can download [http://tortoisegit.org/ TortoiseGit].  This is the equivalent of TortoiseSVN.&lt;br /&gt;
&lt;br /&gt;
Finally, the [http://www.cygwin.com Cygwin] unix environment should have a Git package available.&lt;br /&gt;
{{Warning/Important}} '''Revision information in splash''': Make sure you have git.exe in your PATH when starting the build. It ensures you have it in your splash in the Blenders Python API part related to application info. If you fail to do so, you'll see UNKNOWN printed in the place of a revision hash and date.&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Linux |&lt;br /&gt;
{{Template:MoreDetails | Ubuntu, Mint, etc (Debian based distros) | &lt;br /&gt;
Run the following commands in a terminal window:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install git build-essential&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Or use your distribution's graphical package manager to install &amp;lt;tt&amp;gt;git&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;build-essential&amp;lt;/tt&amp;gt;.&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Arch | &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
pacman -Sy&lt;br /&gt;
pacman -S git build-devel&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to check the [https://wiki.archlinux.org/index.php/git Archwiki on git] for more information.&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Red Hat | &lt;br /&gt;
&lt;br /&gt;
Nothing here yet!  Contribute to the project and help us document this!&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Fedora | &lt;br /&gt;
&lt;br /&gt;
Nothing here yet!  Contribute to the project and help us document this!&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Mac |&lt;br /&gt;
If you will be using XCode for your development environment, Git should already be installed, and you have nothing to do here!  Huzzah!  &lt;br /&gt;
&lt;br /&gt;
However, if you are using any other development environment, or if you simply want to ensure you have the most recent version available, you can get it here: [http://git-scm.com/download/mac http://git-scm.com/download/mac]&lt;br /&gt;
}}&lt;br /&gt;
== Download the source code repository ==&lt;br /&gt;
&lt;br /&gt;
It is highly recommended that you use the default file locations for everything until you have a good feel for where things will go.  &lt;br /&gt;
&lt;br /&gt;
{{Template:MoreDetails | Windows |&lt;br /&gt;
{{Template:MoreDetails | TortoiseGit |&lt;br /&gt;
Nothing here yet.&lt;br /&gt;
}}&lt;br /&gt;
{{Template:MoreDetails | Command Line |&lt;br /&gt;
From the command line, run the following commands:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir C:\blender-dev&lt;br /&gt;
cd C:\blender-dev&lt;br /&gt;
git clone git://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;
}}&lt;br /&gt;
{{Template:MoreDetails | Linux &amp;amp; Mac|&lt;br /&gt;
Open a terminal window and run the following commands:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir ~/src&lt;br /&gt;
mkdir ~/src/blender-dev&lt;br /&gt;
cd ~/src/blender-dev&lt;br /&gt;
git clone http://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;
&lt;br /&gt;
== Keeping your repository updated ==&lt;br /&gt;
If you would like to keep your local repository updated with the most recent changes, type the following lines in your terminal window from your blender-dev/blender folder:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git pull --rebase&lt;br /&gt;
git submodule foreach git pull --rebase origin master&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Of course, you can always add these to a batch/script file and automate that.&lt;br /&gt;
&lt;br /&gt;
== Other useful git commands ==&lt;br /&gt;
Some basic git commands to commit, diff, patch, etc, will go here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git clone &amp;lt;repo&amp;gt; &amp;lt;directory&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Kdawg</name></author>
		
	</entry>
</feed>