Changes between Version 114 and Version 115 of InstallationGuide

Show
Ignore:
Timestamp:
10/19/08 00:25:15 (5 years ago)
Author:
armin (IP: 87.178.212.15)
Comment:

Update for 0.4.90

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v114 v115  
    55= Microsoft Windows = 
    66 
    7  * Download and install [http://releases.0x539.de/gobby/gobby-0.4.7.exe Gobby's 0.4.7 installer]. 
     7 * Download and install [http://releases.0x539.de/gobby/gobby-0.4.7.exe Gobby's 0.4.7 installer] or [http://releases.0x539.de/gobby/gobby-0.4.90.exe Gobby's 0.4.90 installer]. 
    88 
    99This will give you the latest Gobby version. 
     
    1818== Compiling Gobby on your own == 
    1919 
    20 Alternatively, you can compile the whole source for your own. I suggest the [http://www.mingw.org MingW] compiler in combination with the [http://www.mingw.org/msys.shtml MSYS] shell replacement (I did not test any other build environments, so I would like to hear from you if you try another one). You will need the [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.7-1.exe gtkmm-2.10 development package] from the site mentioned above and a distribution tarball of net6, libobby and gobby which may be found at [http://releases.0x539.de http://releases.0x539.de]. 
     20Alternatively, you can compile the whole source for your own. I suggest the [http://www.mingw.org MingW] compiler in combination with the [http://www.mingw.org/msys.shtml MSYS] shell replacement (I did not test any other build environments, so I would like to hear from you if you try another one). You will need the [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.12 gtkmm-2.12 development package] and a distribution tarball of net6, libobby (or libinfinity, if you intend to build Gobby 0.4.90) and gobby which may be found at [http://releases.0x539.de http://releases.0x539.de]. 
    2121 
    22 You will also need [http://gtksourceview.sourceforge.net gtksourceview] and [http://www.gnu.org/software/gnutls/ GnuTLS]. If you do not want to compile them, there are developement packages containing header files, import libraries and runtime libraries available in the [svn://svn.0x539.de/obby/gobby-win32 gobby-win32] repos on svn.0x539.de. The packages libgpg-error and libgcrypt are also required since these are depenencies of GnuTLS. Note that I disabled the heap walk in libgcrypt because it took way too long to initialize the random number generator on Windows. Another two prebuilt packages are available for net6 and libobby. 
     22You will also need [http://gtksourceview.sourceforge.net gtksourceview], [http://www.gnu.org/software/gnutls/ GnuTLS] and, for Gobby 0.4.90 [http://www.gnu.org/software/gsasl/ GSasl]]. There are GtkSourceView binaries on ftp.gnome.org, and installers for GnuTLS and GSasl available. 
    2323 
    2424However, I currently strongly recommend to use the installer for Microsoft Windows. There is no real need to compile the whole packages for your own. 
     
    4747Gobby may be installed as most other applications for the Linux operating system: Get the tarballs from [http://releases.0x539.de http://releases.0x539.de] and run ''./configure'', ''make'' and ''make install''. All packages will complain about missing dependencies during the ''configure'' run. 
    4848 
     49== Gobby 0.5 (Gobby 0.4.90 or higher) == 
     50 
     51You need to install libinfinity first. It needs ''gnutls >= 1.7.4'' and ''gsasl >= 0.2.21'' to compile. 
     52 
     53For Gobby additional dependencies apply. You are required to install the development headers of ''Gtkmm >= 2.12.0'' and of all of its dependencies. You'll also need ''libxml++ >= 2.6.0'' and ''gtksourceview-2.0'' and their respective dependencies. 
     54 
     55== Gobby 0.4.x == 
     56 
    4957You need to install net6 first. It needs ''libsigc++  >= 2.0.0'' and ''gnutls >= 1.0.0'' to compile. 
    5058 
     
    5361For Gobby additional dependencies apply. You are required to install the development headers of ''Gtkmm >= 2.6.0'' and of all of its dependencies. You'll also need ''libxml++ >= 2.6.0'' and ''gtksourceview'' and their respective dependencies. 
    5462 
    55 It is easier to use the packaging system of your distribution. They might provide outdated versions, though. Please be aware that major versions of Gobby are incompatible with each other. Procedures for the following distributions are known: 
     63== Get Gobby via your distribution == 
     64 
     65It is easier to use the packaging system of your distribution. They might provide outdated versions, though. Please be aware that major versions of Gobby are incompatible with each other. However, it is possible to install Gobby 0.4.x and Gobby 0.5 (0.4.90 or higher) in parallel on the same system. Procedures for the following distributions are known: 
    5666 
    5767== Fedora Core 4, 5 == 
     
    104114= Mac OS X = 
    105115 
     116(This section only handles Gobby 0.4.x and does not necessarily apply to the 0.5 series (0.4.90 or higher). If you made any experience with 0.5, please update this page as necessary. Thanks!) 
     117 
    106118The recommended and supported method to install Gobby on OS X is currently DarwinPorts only, see [http://gobby.darwinports.com/ http://gobby.darwinports.com/] 
    107119 
     
    121133 
    122134As of obby 0.2.1 and Gobby 0.2.2 all components should compile on FreeBSD without problems. 
     135 
     136Gobby 0.4.90 has not yet been tested on FreeBSD.