<?xml version="1.0" encoding="utf-8" ?>

<?xml-stylesheet type="text/xsl" href="stylesheet.xsl" ?>
<page>
<menu>
  <group>
    <links>
      <link name="home" href="./">Home</link>
      <link name="download" href="download.php">Download</link>
      <link name="support" href="support.php">Support</link>
      <link name="getinvolved" href="getinvolved.php">Get Involved</link>
      <link name="about" href="about.php">About</link>
    </links>
  </group>
  <group name="SourceForge.net">
    <title>
      <a href="http://sourceforge.net/projects/maxdream/">
      <img width="120" height="30" alt="SourceForge.net logo" title="Get MaxDream at SourceForge.net. Fast, secure and Free Open Source software downloads"
      >http://sflogo.sourceforge.net/sflogo.php?group_id=351621&amp;type=12</img></a>
    </title>
    <links>
      <link name="projectPage" href="http://sourceforge.net/projects/maxdream/">Project Page</link>
      <link name="forum" href="https://sourceforge.net/apps/phpbb/maxdream/">Forum</link>
      <link name="wiki" href="https://sourceforge.net/apps/mediawiki/maxdream/">Wiki</link>
      <link name="tracker" href="https://sourceforge.net/tracker/?group_id=351621">Tracker</link>
      <link name="mercurial" href="http://maxdream.hg.sourceforge.net/hgweb/maxdream/">Mercurial</link>
      <link name="piwik" href="http://sourceforge.net/apps/piwik/maxdream/">Piwik Analytics</link>
    </links>
  </group>
</menu><title>Download</title>
<info name="download"/>
<content>
<big>Download MaxDream</big>
MaxDream development is in pre-alpha stage.<br/>
All the code and binaries(even if there is more than a single binary file) of the entire libary
and only the libary(i.e. not examples) are under <a href="http://www.gnu.org/licenses/lgpl-3.0.html">GNU LGPLv3</a> license.<br/>
The latest version is 0.1.0.1(7Z format, LZMA2):<br/>
<a href="https://downloads.sourceforge.net/project/maxdream/MaxDream_0.1.0.1.7z?r=&#38;ts=1299098183&#38;use_mirror=garr">Click for download!</a><br/>
A full changelog can be found <a href="changelog.txt">here</a>.
<big>MaxDream responsivity:</big>
<p>
MaxDream uses Mercurial repo. for development.
Updating to the last recommended commit is important, because it the easiest and fastest both for development and for user.<br/>
<b>Note:</b> Even know the thing that it is important to update to the latest commit, sometimes the project add or remove files from the project.
This can cause you get a build error in your IDE. If you are familiar with this problem from your experience,
you probably would know which file(s) to add or remove.<br/>
However, the simplest way to fix it is to download the latest version. It may probably contain docs too.
If you don't want to download because you afraid it will modify your source code,
just download and extract only the solution and the project(s) file, and overwrite them.
</p>

<p>
Currently, there is only 2 path for development, formally called branches, default and trunk.<br/>
If you want to browse Mercurial(+ RSS&#38;Atom), visit <a href="http://maxdream.hg.sourceforge.net/hgweb/maxdream/">Mercurial Page</a>.
<p>
<big>Default branch</big>
If you want to get and use the lastest *working features and bugfixes of MaxDream, use the "default" branch.<br/>
<b>*Be noticed:</b> "working" does not mean bug-free, it means that it should works with no critical bugs, from our experiens,
by the developing team&#38;users(including you :-) ) reports. This note makes the different between default and trunk.<br/>
For updating to the latest "default", write the following lines in the terminal:
<pre>
cd (MaxDream path)
hg update -r default
</pre>
In windows, you can double click "Update(default-win only).bat" instead.
</p>
<p>
<big>Trunk branch</big>
This is the head of MaxDream development.
It is recomment to use it when and only when you want to contribute MaxDream development,
as mentioned in the bold note in the last paragraph.
For updating to the latest "trunk", write the following lines in the terminal:
<pre>
cd (MaxDream path)
hg update -r trunk
</pre>
</p>
</p>
</content>
<input>
</input>
</page>