Personal tools
Sections
Path: Home Documentation Current Developer Snapshot
Document Actions

Current Developer Snapshot

How to download and build the current developer snapshot from SVN

You get it from the Subversion repository:

$ mkdir trunk
$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/2.0/trunk/
$ cd trunk
$ ./reconf-all

Do not forget to install automake and autoconf, otherwise the ./reconf-all script will not work.