<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Biro's</title>
	<atom:link href="http://ricardoguimaraes.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ricardoguimaraes.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 17 Jan 2009 04:31:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ricardoguimaraes.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Biro's</title>
		<link>http://ricardoguimaraes.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ricardoguimaraes.wordpress.com/osd.xml" title="Biro&#039;s" />
	<atom:link rel='hub' href='http://ricardoguimaraes.wordpress.com/?pushpress=hub'/>
		<item>
		<title>First Post!!!!</title>
		<link>http://ricardoguimaraes.wordpress.com/2009/01/17/first-post/</link>
		<comments>http://ricardoguimaraes.wordpress.com/2009/01/17/first-post/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 04:27:25 +0000</pubDate>
		<dc:creator>ricardoguimaraes</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://ricardoguimaraes.wordpress.com/?p=3</guid>
		<description><![CDATA[How to install libs and bindings EFL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ricardoguimaraes.wordpress.com&amp;blog=6192211&amp;post=3&amp;subd=ricardoguimaraes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>My name is Ricardo, I am developer Linux of INdT(Nokia Institute of Technology) this is my first post. In this blog I will talk  about Linux, engadgets and more.</p>
<p>In this first post I will explaning about installation of libs EFL and your bindings.</p>
<p><span style="font-size:medium;"><strong>**How to install libs and bindings EFL**</strong></span></p>
<p><strong>* Follow the steps below to install EFL dependencies:<br />
</strong><br />
# &#8211; $sudo apt-get install build-essential libpng12-dev libjpeg62-dev python-setuptools librsvg2-dev python2.5-dev<br />
subversion autoconf automake autotools-dev m4 libtool cvs git-core.<br />
# &#8211; Compiler codes in this order: eina eet evas ecore  embryo edje etk edje_editor<br />
# &#8211; Compiler bindings of efl: cython python-efl-utils python-evas python-ecore python-edje python-etk and python-rtree.</p>
<p><strong>* Python-rtree Installation:</strong></p>
<p>Download source code and install using setup script: http://pypi.python.org/pypi/Rtree<br />
$ cd Rtree<br />
$ python setup.py install</p>
<p><strong> * Before install python bindings, install dependencies: python-dispatcher and cython.</strong></p>
<p>1 &#8211; $ git clone git://git.profusion.mobi/users/ulisses/python-dispatcher.git<br />
2 &#8211; $ cd python-dispatcher.<br />
3 &#8211; $ sudo python setup.py install.</p>
<p><strong>* Installing Cython:</strong></p>
<p>1 &#8211; $ wget -c http://www.cython.org/Cython-0.10.3.tar.gz<br />
2 &#8211; $ tar -zxvf Cython-0.10.3.tar.gz<br />
3 &#8211; $ cd Cython-0.10.3<br />
4 &#8211; $ sudo python setup.py install</p>
<p><strong>* Download all EFL libraries and bindings here:</strong> svn co https://svn.enlightenment.org/svn/e<br />
<strong> After svn checkout, compile libs and bindings.</strong></p>
<p>1 &#8211; eina &#8211; $ sh autogen.sh &#8211;prefix=/usr; $ make; $ sudo make install; $ sudo ldconfig.<br />
2 &#8211; eet &#8211; $ sh autogen.sh &#8211;prefix=/usr; $ make; $ sudo make install; $ sudo ldconfig.<br />
3 &#8211; evas &#8211; $ sh autogen.sh &#8211;prefix=/usr; $./configure &#8211;prefix=/usr &#8211;enable-fb &#8211;enable-directfb; $make; $sudo make install; $ sudo ldconfig.<br />
4 &#8211; ecore &#8211; $ sh autogen.sh &#8211;prefix=/usr; $ ./configure &#8211;prefix=/usr &#8211;enable-ecore-fb &#8211;enable-ecore-directfb; $ make; $ sudo make install; $ sudo ldconfig.<br />
5 &#8211; embryo &#8211; $ sh autogen.sh &#8211;prefix=/usr; $ make; $ sudo make install; $ sudo ldconfig.<br />
6 &#8211; edje &#8211; $ sh autogen.sh &#8211;prefix=/usr; $ make; $ sudo make install; $ sudo ldconfig.<br />
7 &#8211; etk &#8211; $ sh autogen.sh &#8211;prefix=/usr; $ make; $ sudo make install; $ sudo ldconfig.</p>
<p><strong>** Now it&#8217;s time to install these python bindings:</strong></p>
<p>1 &#8211; python-evas &#8211; $ sudo python setup.py install; $ sudo python setup.py install_headers. $ svn co https://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/python-evas<br />
2 &#8211; python-ecore &#8211; $ sudo python setup.py install. $ svn co https://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/python-ecore<br />
3 &#8211; python-edje &#8211; $ sudo python setup.py install. $ svn co https://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/python-edje<br />
4 &#8211; python-etk &#8211; $ sudo python setup.py install. $ svn co https://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/python-etk</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ricardoguimaraes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ricardoguimaraes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ricardoguimaraes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ricardoguimaraes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ricardoguimaraes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ricardoguimaraes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ricardoguimaraes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ricardoguimaraes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ricardoguimaraes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ricardoguimaraes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ricardoguimaraes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ricardoguimaraes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ricardoguimaraes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ricardoguimaraes.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ricardoguimaraes.wordpress.com&amp;blog=6192211&amp;post=3&amp;subd=ricardoguimaraes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ricardoguimaraes.wordpress.com/2009/01/17/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1834a5828e674e473feda4dfa2b36e1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ricardoguimaraes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
