|
Revision 950, 1.1 kB
(checked in by Mike Wey, 3 weeks ago)
|
We should mention git in the README.
|
| Line | |
|---|
| 1 |
GtkD is the Digital Mars D programing language OO wrapper for Gtk+. |
|---|
| 2 |
GtkD is release on the LGPL license with additional exceptions. |
|---|
| 3 |
|
|---|
| 4 |
Please view COPYING for GtkD's license. |
|---|
| 5 |
|
|---|
| 6 |
Requirements: |
|---|
| 7 |
------------- |
|---|
| 8 |
- Linux, Windows(2000, XP), or Mac |
|---|
| 9 |
- Gtk libs |
|---|
| 10 |
- dmd, gdc or ldc installation |
|---|
| 11 |
(on your home directory on linux or the root directory on windows) |
|---|
| 12 |
optional: |
|---|
| 13 |
- OpenGL libs (mesa is fine on linux) |
|---|
| 14 |
- GtkGLext |
|---|
| 15 |
|
|---|
| 16 |
Who are you? |
|---|
| 17 |
------------ |
|---|
| 18 |
|
|---|
| 19 |
If you want to write some wicked cool D and Gtk+ apps, grab the gtkD release |
|---|
| 20 |
archive at dsource.org/projects/gtkd. |
|---|
| 21 |
|
|---|
| 22 |
If you want to tweak the automatic wrapper or help with it, use git... |
|---|
| 23 |
https://github.com/gtkd-developers/GtkD |
|---|
| 24 |
|
|---|
| 25 |
Installation: |
|---|
| 26 |
------------- |
|---|
| 27 |
The installation depends on the setup of your development environment. |
|---|
| 28 |
This means that to release your project you must include the gtkD lib |
|---|
| 29 |
on your deliverable or statically link to gtkD - please pay attention |
|---|
| 30 |
to the license. |
|---|
| 31 |
|
|---|
| 32 |
Compile the lib and the test programs: |
|---|
| 33 |
-------------------------------------- |
|---|
| 34 |
To compile gtkD, please refer to the README of your choice. |
|---|
| 35 |
|
|---|
| 36 |
We HIGHLY recommend following README_DSSS and using dsss to compile. |
|---|