<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Tavarez's Home at davidtavarez.com &#187; PHP-GTK</title>
	<atom:link href="http://www.davidtavarez.com/archives/tag/phpgtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidtavarez.com</link>
	<description>Just another weblog...</description>
	<lastBuildDate>Sat, 31 Jul 2010 16:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing php-gtk on linux in 7 steps</title>
		<link>http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/</link>
		<comments>http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 00:45:02 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[PHP-GTK]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.davidtavarez.com/?p=35</guid>
		<description><![CDATA[Now, we going to install ph-gtk with gtkbuilder support. With gtkbuilder support we can use Glade 3 to design our windows applications. Lets do it!... Step 1 (phpfi as password) cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r php_gtk_2_0_1 -P php-gtk Step 2 cd php-gtk Step 3 ./buildconf Step 4 ./configure Step 5 make Step 6 sudo make [...]]]></description>
			<content:encoded><![CDATA[<p>Now, we going to install ph-gtk with gtkbuilder support. With gtkbuilder support we can use Glade 3 to design our windows applications. Lets do it!...</p>
<p><strong>Step 1 (<em>phpfi</em> as password)</strong></p>
<blockquote><p>cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r  php_gtk_2_0_1 -P php-gtk</p></blockquote>
<p><strong>Step 2</strong></p>
<blockquote><p>cd php-gtk</p></blockquote>
<p><strong>Step 3</strong></p>
<blockquote><p>./buildconf</p></blockquote>
<p><strong>Step 4</strong></p>
<blockquote><p>./configure</p></blockquote>
<p><strong>Step 5</strong></p>
<blockquote><p>make</p></blockquote>
<p><strong>Step 6</strong></p>
<blockquote><p>sudo make install</p></blockquote>
<p><strong>Step 7</strong></p>
<blockquote><p>Add : "<em>extension=php_gtk2.so</em>" into your php.ini file</p></blockquote>
<p>Now we just test it... make "cd demos/examples/" and then: "php gtkbuilder_api.php"... if everything is right we going to see I window like this:</p>
<div id="attachment_51" class="wp-caption alignnone" style="width: 160px"><a href="http://www.davidtavarez.com/wp-content/2008/10/gtkbuildersupport.png"><img class="size-thumbnail wp-image-51" title="PHP-GTK with GtkBuilder support" src="http://www.davidtavarez.com/wp-content/2008/10/gtkbuildersupport-150x150.png" alt="PHP-GTK with GtkBuilder support" width="150" height="150" /></a><p class="wp-caption-text">PHP-GTK with GtkBuilder support</p></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/" target="_blank" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/installing-php-gtk-on-linux/&amp;referer=');"><img src="http://www.davidtavarez.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/" target="_blank" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/installing-php-gtk-on-linux/&amp;referer=');">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidtavarez.com/archives/installing-php-gtk-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
