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