alternative to assert
[gtkD.git] / gtkD / INSTALL
blob349efdcac699e3297cbbcd2ffa60adf9adef229e
1 INSTALL
2 --------------------------------
4 Install instructions for GtkD 
5 a) make sure you have installed dool 
6 http://svn.dsource.org/projects/dool
8 ** you really only need compd from this.
10 b) build dool (using compd)
11 #compd GtkD.compd
13 c) build the test application
14 #compd GtkDTests.compd 
16 --------------------------------
17 For GL bindings
18 #compd GtkDgl.compd
19 Tests
20 #compd GtkDSimpleGL.compd
21 #compd GtkDShapesGL.compd
23 -------------------------------
24 For GDA (www.gnome-db.org)
25 #compd gda.compd
26 #compd gdaTests.compd
28 -------------------------------
29 See wrap/Readme.txt for details on how to generate the code.