~freemix-dev/freemix/web

« back to all changes in this revision

Viewing changes to download.html

  • Committer: Luis de Bethencourt
  • Author(s): Luis de Bethencourt
  • Date: 2009-02-12 14:09:56 UTC
  • Revision ID: luisbg@rorschach-20090212140956-dqiu4iuvifu3c3dc
0.2 beta release changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    <div class="lowerleft">
17
17
      <div class="lowerright">
18
18
        <h1>download freemix</h1>
19
 
        <br>freemix must be installed from source, typing make. libgtk is the only dependancy to build. to run locally openlibs and jbatch need to be installed (the packages for this are linked in the readme file). thanks for downloading. enjoy!
 
19
        <br>freemix runs from source (the packages needed are linked in the readme file). thanks for downloading. enjoy!
20
20
        <br>
21
 
        <p><a href="freemix0.1.tar.gz">source tarball</a></p>
 
21
        <br>
 
22
        <p><b>0.2</b>
 
23
        <p><a href="freemix0.2beta.tar.gz">source tarball</a></p>
22
24
        <p>debian package (soon)</p>
23
25
        <p><a href="http://launchpad.net/freemix">source code</a></p>
24
26
<!--            <div class="footer">Copyright 2007  Luis de Bethencourt Guimerá </div> -->
26
28
    </div>
27
29
  </div>
28
30
</div>
 
31
<script type="text/javascript">
 
32
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 
33
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
 
34
</script>
 
35
<script type="text/javascript">
 
36
try {
 
37
var pageTracker = _gat._getTracker("UA-7319082-2");
 
38
pageTracker._trackPageview();
 
39
} catch(err) {}</script>
29
40
</body>
30
41
</html>