[[FrontpageToc]] = Download = '''Important:''' Read carefully the section which applies to you in our [wiki:InstallationGuide installation guide]. If you want to upgrade from an older version, be sure to have read the [wiki:Upgrade Upgrade] page == Binary Builds == === Gobby 0.5 (development version) === [[Image(http://gobby.0x539.de/gfx/download_windows.png)]] '''Microsoft Windows''': Gobby [http://releases.0x539.de/gobby/gobby-0.4.93.exe 0.4.93] (''6.6 MB''). You can safely have installed both Gobby 0.4.93 and other versions of the 0.4 line (Gobby 0.4.x) together on the same machine as long as they are installed into different locations. [[Image(http://gobby.0x539.de/gfx/download_ubuntu.png)]] '''Ubuntu''': Binary builds are available in the [https://launchpad.net/~infinote/+archive/ppa infinote PPA] for Hardy onwards. Gobby 0.5 is included as {{{gobby-infinote}}} in Ubuntu Karmic. === Gobby 0.4 === [[Image(http://gobby.0x539.de/gfx/download_windows.png)]] '''Microsoft Windows''': Gobby [http://releases.0x539.de/gobby/gobby-stable.exe 0.4] (''7 MB'') We recommend that you uninstall any previous versions of Gobby before installing a new version. Please look at the matrix below for source tarballs. === Gobby 0.3 (old version) === [[Image(http://gobby.0x539.de/gfx/download_windows.png)]] '''Microsoft Windows''': Gobby (old version) [http://releases.0x539.de/gobby/gobby-0.3.1.exe 0.3.1] (''1.07 MB'') === Older Versions === See [http://releases.0x539.de/gobby]. == Installation Hints == === Gobby 0.5 === [[Image(http://gobby.0x539.de/gfx/download_debian.png)]] '''Debian''': Just {{{sudo apt-get install gobby-infinote}}} to fetch Gobby 0.5 or use any other package manager of your choice. [[Image(http://gobby.0x539.de/gfx/download_ubuntu.png)]] '''Ubuntu''': Current versions ship with Gobby 0.5 Just click on [apt://gobby-infinote this link] or use a package manager of your choice to install the package "gobby-infinote". Karmic has Gobby 0.4.92, Lucid has Gobby 0.4.93. === Gobby 0.4 === [[Image(http://gobby.0x539.de/gfx/download_debian.png)]] '''Debian''': Just {{{sudo apt-get install gobby}}} to fetch Gobby 0.4 or use any other package manager of your choice. [[Image(http://gobby.0x539.de/gfx/download_ubuntu.png)]] '''Ubuntu''': Current, supported versions ship with Gobby 0.4. Just click on [apt://gobby this link] or use a package manager of your choice to install the package "gobby". [[Image(http://gobby.0x539.de/gfx/download_smgl.png)]] '''Source Mage''': {{{cast gobby}}} [[Image(http://gobby.0x539.de/gfx/download_gentoo.png)]] '''Gentoo''': Add {{{net-libs/net6 ~x86}}}, {{{net-libs/obby ~x86}}} and {{{app-editors/gobby ~x86}}} as distinct lines to {{{/etc/portage/package.keywords}}} (and replace ''x86'' to state your architecture, if yours differs). Afterwards an {{{emerge --ask =app-editors/gobby-0.4*}}} will be sufficient to install Gobby. [[Image(http://gobby.0x539.de/gfx/download_macports.png)]] '''MacPorts''': Sync your tree with {{{sudo port selfupdate}}}, then run {{{sudo port install gobby}}}. Please note: There might be issues popping up on the way, for which we are not responsible. Please use the [http://trac.macosforge.org/projects/macports/ MacPorts bug tracker] to report problems. (Unless you are certain that the problem is in the portfiles of either net6, obby, gobby or sobby.) [[Image(http://gobby.0x539.de/gfx/download_rpm.png)]] '''OpenSuSE, Fedora & others''': [http://rpm.pbone.net/index.php3?stat=3&search=gobby Gobby] [http://rpm.pbone.net/index.php3?stat=3&search=sobby sobby] [[Image(http://gobby.0x539.de/gfx/download_netbsd.png)]] '''NetBSD's pkgsrc''': Gobby has been imported into their repository. Please follow the usual instructions to install it. See the [ftp://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc/editors/gobby/README.html README] for details. === Gobby 0.3 === [[Image(http://gobby.0x539.de/gfx/download_gentoo.png)]] '''Gentoo''': {{{ emerge =gobby-0.3* }}} [[Image(http://gobby.0x539.de/gfx/download_ubuntu.png)]] '''Ubuntu''' Dapper Drake: {{{ apt-get install gobby }}} [[Image(http://gobby.0x539.de/gfx/download_fedora_whitebg.png)]] '''Fedora''' Core 5 Extras: {{{ yum install gobby }}} == Source Code == ||Package||Stable||Current||Older versions|| ||'''net6'''||[http://releases.0x539.de/net6/net6-1.3.12.tar.gz 1.3.12]|| - ||[http://releases.0x539.de/net6]|| ||'''obby'''||[http://releases.0x539.de/obby/obby-0.4.7.tar.gz 0.4.7]|| - ||[http://releases.0x539.de/obby]|| ||'''gobby'''||[http://releases.0x539.de/gobby/gobby-0.4.12.tar.gz 0.4.12]|| [http://releases.0x539.de/gobby/gobby-0.4.93.tar.gz 0.4.93] ||[http://releases.0x539.de/gobby]|| ||'''sobby'''||[http://releases.0x539.de/sobby/sobby-0.4.7.tar.gz 0.4.7]|| - ||[http://releases.0x539.de/sobby]|| ||'''libinfinity'''|| - || [http://releases.0x539.de/libinfinity/libinfinity-0.4.1.tar.gz 0.4.1] ||[http://releases.0x539.de/libinfinity]|| == Git Repository == We use [http://git.or.cz/ Git] as version control system. If you are interested to get most up to date source code of our projects, you may check out the repositories using the following commands. Note however that the source code in the repository may not even compile and may be API/ABI incompatible with older versions. It is also possible that the obby protocol has changed, so you cannot even collaborate with the current stable version of Gobby. You also need autoconf and automake to compile code from our repository, as you need to run ''autoreconf'' after you successfully checked out a copy. Running ''configure'' with ''--enable-maintainer-mode'' is suggested where applicable. This will automatically re-run autoconf and automake as necessary during make. ||Package||Command||Web interface|| ||'''net6'''||git clone git://git.0x539.de/git/net6.git||[http://git.0x539.de/?p=net6.git;a=summary Source code browser: net6]|| ||'''obby'''||git clone git://git.0x539.de/git/obby.git||[http://git.0x539.de/?p=obby.git;a=summary Source code browser: obby]|| ||'''gobby'''||git clone git://git.0x539.de/git/gobby.git||[http://git.0x539.de/?p=gobby.git;a=summary Source code browser: gobby]|| ||'''sobby'''||git clone git://git.0x539.de/git/sobby.git||[http://git.0x539.de/?p=sobby.git;a=summary Source code browser: sobby]|| ||'''libinfinity'''||git clone git://git.0x539.de/git/infinote.git||[http://git.0x539.de/?p=infinote.git;a=summary Source code browser: infinote]|| Gobby 0.5 is currently developed in the gobby-infinote branch of the Gobby repository. master still is 0.4.x.