2010-03-09 06:22:36 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "$(LANG)" lang = "$(LANG)" dir = "$(LANGDIR)" >
< head >
< link rel = "stylesheet" href = "$(STYLE)" >
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
< / head >
< body >
< div class = "title" >
{Download}
< / div >
< div class = "space" > < / div >
< div class = "warning" >
< font size = "4" > < b > {< img src = "warning.png" align = center > READ THESE < a href = "http://gambasdoc.org/help/readme?view&$(LANG)" > IMPORTANT NOTES< / a > AND < a href = "http://gambasdoc.org/help/install?view&$(LANG)" > THIS PAGE< / a > FIRST.}< / b > < / font >
< / div >
< h3 > {Current Developer Snapshots}< / h3 >
< p > {You get them from the Subversion repository. To get a snapshot of the future 3.0 version, do:}
< pre > $ mkdir trunk
$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
$ cd trunk
$ ./reconf-all
< / pre >
< p > {To get a snapshot of the 2.x development version, do:}
< pre > $ mkdir 2.0
$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/2.0
$ cd 2.0
$ ./reconf-all
< / pre >
< p > {Do not forget to install < tt > automake< / tt > and < tt > autoconf< / tt > , otherwise the < tt > ./reconf-all< / tt > script will not work.}
< h3 > {Stable Version Source Packages} (< a href = "changelog2.html" > {ChangeLog}< / a > )< / h3 >
< table border = "0" bordercolor = "#43C7FF" cellspacing = "0" cellpadding = "6" valign = "top" >
< tr >
< th width = "240" align = "left" > {Package}< / th >
< th align = "left" > {Version}< / th >
< th width = "100" align = "left" > {Format}< / th >
< / tr >
< tr class = "dark" >
2010-11-24 02:30:36 +01:00
< td > < a href = "http://prdownloads.sourceforge.net/gambas/gambas2-2.22.0.tar.bz2?download" target = "_blank" > gambas2-2.22.0.tar.bz2< / a > < / td >
< td > 2.22.0< / td >
2010-03-09 06:22:36 +01:00
< td > tar.bz2< / td >
< / tr >
< tr >
2010-11-24 02:30:36 +01:00
< td > < a href = "http://prdownloads.sourceforge.net/gambas/gambas2-2.21.0.tar.bz2?download" target = "_blank" > gambas2-2.21.0.tar.bz2< / a > < / td >
< td > 2.21.0< / td >
2010-03-09 06:22:36 +01:00
< td > tar.bz2< / td >
< / tr >
< tr class = "dark" >
2010-11-24 02:30:36 +01:00
< td > < a href = "http://prdownloads.sourceforge.net/gambas/gambas2-2.20.2.tar.bz2?download" target = "_blank" > gambas2-2.20.2.tar.bz2< / a > < / td >
< td > 2.20.2< / td >
2010-03-09 06:22:36 +01:00
< td > tar.bz2< / td >
< / tr >
< tr >
2010-11-24 02:30:36 +01:00
< td > < a href = "http://prdownloads.sourceforge.net/gambas/gambas2-2.19.0.tar.bz2?download" target = "_blank" > gambas2-2.19.0.tar.bz2< / a > < / td >
< td > 2.19.0< / td >
2010-03-09 06:22:36 +01:00
< td > tar.bz2< / td >
< / tr >
< / table >
< h3 > {How to compile and install Gambas}< / h3 >
{Go to < a href = "http://gambasdoc.org/help/install?view&en" > that page< / a > if you want specific instructions for your distribution.}
< h3 > {Gambas Presentation}< / h3 >
< p > {Here is the last presentation I made in Palermo. You can open it with OpenOffice, or use the PDF version with the PdfPresentation OpenGL example included in the Gambas sources.}< / p >
< table border = "0" bordercolor = "#43C7FF" cellspacing = "0" cellpadding = "6" valign = "top" >
< tr >
< th align = left > {Presentation}< / th >
< th align = left > {Type}< / th >
< / tr >
< tr class = "dark" >
< td > < a href = "presentation-palermo-2007.pdf" target = "_blank" > presentation-palermo-2007.pdf< / a > < / td >
< td > PDF< / td >
< / tr >
< tr >
< td > < a href = "presentation-palermo-2007.odp" target = "_blank" > presentation-palermo-2007.odp< / a > < / td >
< td > OpenOffice< / td >
< / tr >
< / table >
< h3 > {Binary Packages}< / h3 >
{Go to < a href = "http://gambasdoc.org/help/doc/package?view&en" > that page< / a > for a list of binary packages for each distribution.}
< / body >
< / html >