Changes between Version 100 and Version 101 of InstallationGuide

Show
Ignore:
Timestamp:
03/07/07 17:00:15 (6 years ago)
Author:
armin (IP: 87.178.236.75)
Comment:

Fixed link to gobby-win32 repos

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v100 v101  
    2121Alternatively, 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]. 
    2222 
    23 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 [http://darcs.0x539.de/gobby-dist gobby-dist] on darcs.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. I also hacked gtksourceview to search in the user app data folder for its language-spec files (this is the place where the Gobby installer installs them when installing for the current user only). Another two prebuilt packages are available for net6 and libobby. 
     23You 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://dalaran.0x539.de/obby/gobby-win32 gobby-win32] repos on dalaran.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. I also hacked gtksourceview to search in the user app data folder for its language-spec files (this is the place where the Gobby installer installs them when installing for the current user only). Another two prebuilt packages are available for net6 and libobby. 
    2424 
    2525However, I currently strongly recommend to use the installer for Microsoft Windows. There is no real need to compile the whole packages for your own.