<?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>Make Tech Easier&#187; DJL</title>
	<atom:link href="http://maketecheasier.com/tag/djl/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux: Access 100+ Games Instantly With DJL</title>
		<link>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17</link>
		<comments>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17#comments</comments>
		<pubDate>Sat, 17 Oct 2009 12:13:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[DJL]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7785</guid>
		<description><![CDATA[(Update: The site was up and running when this post was published, but now it seems that it is down for unknown reason.) (Update: The site is up and running again.) For those who always feel that gaming is not suitable in Linux OS and it is always an hassle to install and get games [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17&amp;title=Linux%3A+Access+100%2B+Games+Instantly+With+DJL&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17">Linux: Access 100+ Games Instantly With DJL</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="djl-configuration" src="http://imagecdn.maketecheasier.com/2009/10/djl-logo.jpg" alt="djl-logo" width="174" height="86" /></p>
<p>(<em><strong>Update</strong>: The site was up and running when this post was published, but now it seems that it is down for unknown reason.)</em></p>
<p><em>(<strong>Update:</strong> The site is up and running again.)<br />
</em></p>
<p>For those who always feel that gaming is not suitable in Linux OS and it is always an hassle to install and get games to run in Linux platform, then DJL will definitely change the way you think.</p>
<p><a href="http://en.djl-linux.org/" target="_blank">Djl</a> is an open-source (GPL licensed) game manager written in Python 2.5 for the GNU/Linux Operating Systems. In short, it is an application that allows you to install/uninstall/manage your games easily. With Djl, you can browse through its repository of 100+ games and install the game you want with a simple click. No longer do you need to worry about game dependencies and all the command lines.<br />
<span id="more-7785"></span></p>
<h3>Installation</h3>
<p>Download <a href="http://en.djl-linux.org/?q=node/19" target="_blank">djl installer script</a>. Extract it to your Home folder.</p>
<p>Open a terminal, Install the dependencies</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> python-qt4</pre></div></div>

<p>Change the file permission</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> +x ~<span style="color: #000000; font-weight: bold;">/</span>djl<span style="color: #000000; font-weight: bold;">/</span>djl.sh</pre></div></div>

<p>Run the scripts</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sh</span> ~<span style="color: #000000; font-weight: bold;">/</span>djl<span style="color: #000000; font-weight: bold;">/</span>djl.sh</pre></div></div>

<h3>Configuration</h3>
<p>At the first run, the configuration window will appear. Here is where you can configure the settings such as the installation directory, default browser etc.</p>
<p><img class="alignnone" title="djl-configuration" src="http://imagecdn.maketecheasier.com/2009/10/djl-configuration.png" alt="djl-configuration" width="477" height="534" /></p>
<p>Once you are done with the configuration, click <em>Save</em> and it will bring you to the main screen of DJL.</p>
<h3>Running DJL</h3>
<p>Once you are at the main screen, this is where the fun comes in. In the Repository tab, you can find all the games available in the DJL repository. There are currently about <a href="http://en.djl-linux.org/?q=node/20" target="_blank">120 games</a> in the repository and new games are added regularly.</p>
<p><img class="alignnone" title="djl-main" src="http://imagecdn.maketecheasier.com/2009/10/djl-main.png" alt="djl-main" width="577" height="489" /></p>
<p>One thing that I like about the interface is that it is well organized. You can even filter the games by the game types and game license.</p>
<p><img class="alignnone" title="djl-game-type" src="http://imagecdn.maketecheasier.com/2009/10/djl-game-types.png" alt="djl-game-type" width="394" height="366" /></p>
<p>When you have found the game you like, simply click <em>Install</em> and DJL will take care of the rest.</p>
<p><img class="alignnone" title="djl-installation" src="http://imagecdn.maketecheasier.com/2009/10/djl-installation.png" alt="djl-installation" width="577" height="308" /></p>
<p>As soon as the installation is completed, you will find an entry in the Game tab where you can click to start playing.</p>
<h3>Plugins</h3>
<p>Even though it is a simple game manager, DJL allows its users to install plugins to increase its functionality. While I have no use for most of the plugins, it is good to know that such stuffs exist. Plugins such as the Unreal Tournament 2004 stats could be useful for Unreal fans.</p>
<p><img class="alignnone" title="djl-plugins" src="http://imagecdn.maketecheasier.com/2009/10/djl-plugins.png" alt="djl-plugins" width="577" height="444" /></p>
<p>If you are not a gamer, or that you are contented with just playing with Gnometrics, then this is not for you. Other than that, this is really an awesome piece of software.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17&amp;title=Linux%3A+Access+100%2B+Games+Instantly+With+DJL&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17">Linux: Access 100+ Games Instantly With DJL</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/linux-access-100-games-instantly-with-djl/2009/10/17/feed</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
	</channel>
</rss>

