gtk-d ~GtkD-3.6

GtkD is the Digital Mars D programing language OO wrapper for Gtk+.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

GtkD

GtkD is the Digital Mars D programming language OO wrapper for Gtk+ 3.10. GtkD is release on the LGPL license with additional exceptions.

Please view COPYING for GtkD's license.

Requirements

  • Linux, Windows(2000, XP), or Mac
  • Gtk libs
  • dmd, gdc or ldc installation

optional:

  • OpenGL libs (mesa is fine on Linux)
  • GtkGLext 3

Who are you?

If you want to write some wicked cool D and Gtk+ apps, grab the gtkD release archive at http://gtkd.org/download.html.

If you want to tweak the automatic wrapper or help with it, use git... https://github.com/gtkd-developers/GtkD

Installation

The installation depends on the setup of your development environment. This means that to release your project you must include the GtkD lib on your deliverable or statically link to GtkD – please pay attention to the license.

Compile the lib and the test programs

Linux / Posix

Using the GNU make to compile GtkD on these Operating systems, calling make with no options will build GtkD, GtkD-Sourceview and one of the demos. Optionally these options are available:

OptionMeaning
allbuild everything.
[shared-]gtkdbuild gtkd.
[shared-]gtkdsvbuild gtkd-sourceview.
[shared-]gdabuild gda.
[shared-]gstreamerbuild gstreamer.
sharedbuild gtkd and gtkd-sourceview as shared libraries.

install and uninstall options are also available for the options mentioned above.

Or you can use one of the build options also available for Windows.

OSX

The build options are the same as for Linux.

If on OSX GtkD is unable to find the GTK libraries. Some environment variables can be set to override the search path. GTK_BASEPATH and HOMEBREW_ROOT. GTK_BASEPATH takes precedence over HOMEBREW_ROOT.

Windows

To build on Windows you can use the build script in combination with rdmd.

rdmd Build.d

By default this builds gtkd, gtkdgl and gtkdsv to compile only one of these or gstreamerd you can pass the following options to the build file:

OptionMeaning
gtkdbuild GtkD.
gtkdglbuild GtkDGL.
svbuild gtkd-sourceview
gstreamerbuild gstreamer.
allbuild everything.

For all the abobe packages there a two option avalable to specify aditional compiler and linker flags:

  • --dcflags="your compiler flags"
  • --ldflags="your linker flags"

To specify if it should build for 64 or 32 bits, pass either the -m32 or -m64 flag to rdmd.

rdmd -m64 Build.d

Wrapped Versions

GtkD wraps Gtk+ 3.22 the versions of the associated libraries are:

LibraryVersion
Gtk+3.22
Gdk3.22
Glib2.52
GObject2.52
Gio2.52
Pango1.40
Atk2.24
Gdk-pixbuf2.36
Cairo1.12.2
GtksourceView3.24
GStreamer1.12
Vte30.48
Authors:
  • Frank Benoit
  • Jake Day
  • Jonas Kivi
  • Alan Knowles
  • Antonio Monteiro
  • Sebastián E. Peyrott
  • John Reimer
  • Mike Wey
  • hauptmech
Sub packages:
gtk-d:gtkd, gtk-d:gtkdgl, gtk-d:sv, gtk-d:gstreamer, gtk-d:vte, gtk-d:peas
Dependencies:
gtk-d:gtkd, gtk-d:vte, gtk-d:gstreamer, gtk-d:peas, gtk-d:gtkdgl, gtk-d:sv
Versions:
3.10.0 2021-Nov-11
3.9.0 2019-May-28
3.8.5 2019-Jan-06
3.8.4 2018-Nov-21
3.8.3 2018-May-28
Show all 58 versions
Download Stats:
  • 9 downloads today

  • 90 downloads this week

  • 541 downloads this month

  • 183107 downloads total

Score:
4.6
Short URL:
gtk-d.dub.pm