<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/index.php?action=history&amp;feed=atom&amp;title=CustomGtk</id>
	<title>CustomGtk - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/index.php?action=history&amp;feed=atom&amp;title=CustomGtk"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CustomGtk&amp;action=history"/>
	<updated>2026-05-02T08:50:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CustomGtk&amp;diff=117920&amp;oldid=prev</id>
		<title>Speleo3: created</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CustomGtk&amp;diff=117920&amp;oldid=prev"/>
		<updated>2020-04-25T06:06:03Z</updated>

		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page describes how to install a patched Gtk for development.&lt;br /&gt;
&lt;br /&gt;
= On macOS with MacPorts =&lt;br /&gt;
&lt;br /&gt;
# Install everything as usual, see [[CompilingMacOsX]]&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo port install meson&amp;lt;/code&amp;gt;&lt;br /&gt;
# Get Gtk source from stable branch &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git clone https://gitlab.gnome.org/GNOME/gtk.git&lt;br /&gt;
cd gtk&lt;br /&gt;
git checkout gtk-3-24&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
# Optional: Apply patches&lt;br /&gt;
# Build and install directly into MacPorts tree, overwriting the system package &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir -p build-meson&lt;br /&gt;
cd build-meson&lt;br /&gt;
&lt;br /&gt;
PREFIX=/opt/local&lt;br /&gt;
export PATH=&amp;quot;$PREFIX/bin:/usr/bin:/bin:/usr/sbin:/sbin&amp;quot;&lt;br /&gt;
&lt;br /&gt;
meson \&lt;br /&gt;
    --buildtype=release \&lt;br /&gt;
    --prefix=$PREFIX \&lt;br /&gt;
    ..&lt;br /&gt;
&lt;br /&gt;
ninja&lt;br /&gt;
sudo ninja install&lt;br /&gt;
sudo chown -R $USER .&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Speleo3</name></author>
	</entry>
</feed>