Changes between Version 114 and Version 115 of InstallationGuide
- Timestamp:
- 10/19/08 00:25:15 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuide
v114 v115 5 5 = Microsoft Windows = 6 6 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]. 8 8 9 9 This will give you the latest Gobby version. … … 18 18 == Compiling Gobby on your own == 19 19 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.1 0/gtkmm-win32-runtime-2.10.7-1.exe gtkmm-2.10 development package] from the site mentioned above and a distribution tarball of net6, libobbyand gobby which may be found at [http://releases.0x539.de http://releases.0x539.de].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.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]. 21 21 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.22 You 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. 23 23 24 24 However, I currently strongly recommend to use the installer for Microsoft Windows. There is no real need to compile the whole packages for your own. … … 47 47 Gobby 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. 48 48 49 == Gobby 0.5 (Gobby 0.4.90 or higher) == 50 51 You need to install libinfinity first. It needs ''gnutls >= 1.7.4'' and ''gsasl >= 0.2.21'' to compile. 52 53 For 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 49 57 You need to install net6 first. It needs ''libsigc++ >= 2.0.0'' and ''gnutls >= 1.0.0'' to compile. 50 58 … … 53 61 For 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. 54 62 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 65 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. 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: 56 66 57 67 == Fedora Core 4, 5 == … … 104 114 = Mac OS X = 105 115 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 106 118 The recommended and supported method to install Gobby on OS X is currently DarwinPorts only, see [http://gobby.darwinports.com/ http://gobby.darwinports.com/] 107 119 … … 121 133 122 134 As of obby 0.2.1 and Gobby 0.2.2 all components should compile on FreeBSD without problems. 135 136 Gobby 0.4.90 has not yet been tested on FreeBSD.
