﻿<?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%3APhonybone%2FPointCache%2FBuildNotes</id>
	<title>利用者:Phonybone/PointCache/BuildNotes - 版の履歴</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%3APhonybone%2FPointCache%2FBuildNotes"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/PointCache/BuildNotes&amp;action=history"/>
	<updated>2026-09-12T10:14:43Z</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:Phonybone/PointCache/BuildNotes&amp;diff=143813&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:Phonybone/PointCache/BuildNotes&amp;diff=143813&amp;oldid=prev"/>
		<updated>2018-06-28T21:04:31Z</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:04時点における版&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:Phonybone/PointCache/BuildNotes&amp;diff=143812&amp;oldid=prev</id>
		<title>2013年11月22日 (金) 10:49にwiki&gt;Phonyboneによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/PointCache/BuildNotes&amp;diff=143812&amp;oldid=prev"/>
		<updated>2013-11-22T10:49:32Z</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;= Build Notes =&lt;br /&gt;
&lt;br /&gt;
== Boost ==&lt;br /&gt;
&lt;br /&gt;
''archlinux'':&lt;br /&gt;
Boost 1.54.0-3 on archlinux comes without static libs (this will probably get fixed).&lt;br /&gt;
To install boost package with static libs, follow the instructions below. The last wget patch adds static libs config option to PKGBUILD.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir boost_pkg&lt;br /&gt;
cd boost_pkg&lt;br /&gt;
wget -O PKGBUILD https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/boost&lt;br /&gt;
wget -O boost-1.53.0-python3.patch https://projects.archlinux.org/svntogit/packages.git/plain/trunk/boost-1.53.0-python3.patch?h=packages/boost&lt;br /&gt;
wget -O boost-1.54.0-Fix-macro-for-int128-detection.patch https://projects.archlinux.org/svntogit/packages.git/plain/trunk/boost-1.54.0-Fix-macro-for-int128-detection.patch?h=packages/boost&lt;br /&gt;
wget -O fix-new-glibc.patch https://projects.archlinux.org/svntogit/packages.git/plain/trunk/fix-new-glibc.patch?h=packages/boost&lt;br /&gt;
wget -O boost-seperate-static-libs-1.54.0-3.patch https://bugs.archlinux.org/task/34491?getfile=11045&lt;br /&gt;
patch -p0 &amp;lt; boost-seperate-static-libs-1.54.0-3.patch PKGBUILD&lt;br /&gt;
makepkg -s&lt;br /&gt;
sudo pacman -U boost-1.54.0-4-x86_64.pkg.tar.xz boost-libs-1.54.0-4-x86_64.pkg.tar.xz boost-static-libs-1.54.0-4-x86_64.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== HDF5 ==&lt;br /&gt;
&lt;br /&gt;
'''HDF5 is optional''' (see [[#Blender|Blender]] config)&lt;br /&gt;
&lt;br /&gt;
''archlinux'':&lt;br /&gt;
HDF5 1.8.10_patch1-1 comes without static libs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir hdf5_pkg&lt;br /&gt;
cd hdf5_pkg&lt;br /&gt;
wget -O PKGBUILD https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/hdf5&lt;br /&gt;
wget -O hdf5-static-libs-1.8.10_patch1-1.patch http://wiki.blender.org/uploads/4/4c/Hdf5-static-libs-1.8.10_patch1-1.patch&lt;br /&gt;
patch -p0 &amp;lt; hdf5-static-libs-1.8.10_patch1-1.patch PKGBUILD&lt;br /&gt;
makepkg -s&lt;br /&gt;
sudo pacman -U hdf5-1.8.11-1-x86_64.pkg.tar.xz&lt;br /&gt;
cd ..&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Alembic ==&lt;br /&gt;
&lt;br /&gt;
Branch is built against Alembic 1.5.1 tag.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
hg clone https://code.google.com/p/alembic/&lt;br /&gt;
hg checkout 1_05_01&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Basic instructions for building Alembic can be found in the README.txt file.&lt;br /&gt;
&lt;br /&gt;
Alembic 1.5.1 is natively built against boost 1.47, but works with 1.54 as well (see workaround below). Boost version hopefully will be updated soon.&lt;br /&gt;
&lt;br /&gt;
When using the boostrap script the ''boost_trycompile'' module may fail with &amp;lt;code&amp;gt;undefined reference to `boost::system::system_category()'&amp;lt;/code&amp;gt;. When asked, just enter &amp;quot;n&amp;quot; and continue.&lt;br /&gt;
&lt;br /&gt;
After running bootstrap, make sure alembic builds static libs too:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
BUILD_STATIC_LIBS=ON&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Blender ==&lt;br /&gt;
&lt;br /&gt;
Git branch for Alembic point cache:&lt;br /&gt;
[https://github.com/lukastoenne/blender/tree/pointcache alembic pointcache branch]&lt;br /&gt;
&lt;br /&gt;
Alembic folders are probably not found automatically. To help cmake, set ALEMBIC_ROOT_DIR before running it, e.g.:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ALEMBIC_ROOT_DIR=/usr/local/alembic-1.5.1 cmake [...] -D WITH_ALEMBIC=ON&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable HDF5 support in Alembic, set:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
WITH_HDF5=ON&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Phonybone</name></author>
		
	</entry>
</feed>