Changeset 534
- Timestamp:
- 07/13/08 21:25:05 (2 months ago)
- Files:
-
- trunk/Doxyfile (modified) (3 diffs)
- trunk/README (modified) (1 diff)
- trunk/README_COMPD (modified) (1 diff)
- trunk/README_SVN (modified) (1 diff)
- trunk/makedocs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Doxyfile
r322 r534 26 26 INLINE_INHERITED_MEMB = NO 27 27 FULL_PATH_NAMES = NO 28 STRIP_FROM_PATH = /home/ruimt/devel/D/Duit/trunk/gtkD/28 STRIP_FROM_PATH = ~/gtkD/ 29 29 STRIP_FROM_INC_PATH = 30 30 SHORT_NAMES = NO … … 83 83 # configuration options related to the input files 84 84 #--------------------------------------------------------------------------- 85 INPUT = /home/ruimt/devel/D/Duit/trunk/gtkD/src85 INPUT = ~/gtkD/src 86 86 FILE_PATTERNS = *.c \ 87 87 *.cc \ … … 132 132 EXAMPLE_PATTERNS = * 133 133 EXAMPLE_RECURSIVE = NO 134 IMAGE_PATH = /home/ruimt/devel/D/Duit/trunk/gtkD/images/134 IMAGE_PATH = ~/gtkD/images/ 135 135 INPUT_FILTER = 136 136 FILTER_PATTERNS = trunk/README
r484 r534 1 gtkD is Digital Mars D programing language OO wrapper for Gtk+. 2 gtkD is release on th LGPL license. 3 4 Here you can find the development version of gtkD. 5 gtkD is to replace DUI, Duit. 6 7 gtkD is as stable as the old DUI and much more complete. 8 gtkD is a work in progress. 1 GtkD is the Digital Mars D programing language OO wrapper for Gtk+. 2 GtkD is release on the LGPL license. 9 3 10 4 Requirements: 11 5 ------------- 12 - linux or windows(2000, XP)6 - Linux, Windows(2000, XP), or Mac 13 7 - Gtk libs 14 - dmd installation8 - dmd or gdc installation 15 9 (on your home directory on linux or the root directory on windows) 16 optional ly:17 - openGL libs (mesa is fine on linux)18 - gtkglext10 optional: 11 - OpenGL libs (mesa is fine on linux) 12 - GtkGLext 19 13 20 14 Who are you? 21 15 ------------ 22 16 23 If you want to write some wicked cool D + gtk+ Apps, grab the gtkD release24 archive at dsource.org/projects/gtkd. It comes with a shiny installer.17 If you want to write some wicked cool D and Gtk+ apps, grab the gtkD release 18 archive at dsource.org/projects/gtkd. 25 19 26 If you want to tweak the automatic wrapper or help with it use subversion...20 If you want to tweak the automatic wrapper or help with it, use subversion... 27 21 http://svn.dsource.org/projects/gtkd/trunk 28 Then check out README_SVN29 22 30 installation:23 Installation: 31 24 ------------- 32 only the development version of gtkD is supplied for now. 33 the installation depends on the setup of your development environment. 34 consider leds (http://www.dsource.org/projects/leds/browser/downloads/) 35 for your D development projects. 25 The installation depends on the setup of your development environment. 36 26 This means that to release your project you must include the gtkD lib 37 27 on your deliverable or statically link to gtkD - please pay attention 38 28 to the license. 39 29 40 compile the lib and the test programs:30 Compile the lib and the test programs: 41 31 -------------------------------------- 42 to compile gtkD, please refer to the README of your choice.32 To compile gtkD, please refer to the README of your choice. 43 33 44 we HIGHLY recommend following README_DSSS and using dsss to compile 34 We HIGHLY recommend following README_DSSS and using dsss to compile. trunk/README_COMPD
r486 r534 4 4 TO USE COMPD, YOU'LL NEED TO COPY EVERYTHING FROM THE compd FOLDER TO ROOT! 5 5 6 CompD is being phased out of GtkD. By Release 1.0, CompD will no longer be included7 or be a supported method of compiling! 6 CompD is no longer a supported method of compiling GtkD. We HIGHLY recommend 7 using dsss to compile GtkD. 8 8 9 Install instructions for GtkD 10 a) make sure you have installed dool 11 http://svn.dsource.org/projects/dool 12 13 ** you really only need compd from this. 14 15 b) build dool (using compd) 9 -------------------------------- 10 For GTK bindings 16 11 #compd GtkD.compd 17 18 c) build the test application 12 Tests 19 13 #compd GtkDTests.compd 20 14 trunk/README_SVN
r322 r534 1 (work in progress) 1 *SVN* 2 2 3 3 To build the libs from the svn source... 4 4 5 ./makeAll 5 dsss build 6 7 To install libs... 8 9 dsss install 6 10 7 11 To make a release archive from the freshly built sources 8 12 9 13 ./makeRelease 10 11 14 12 15 To mess with the wrapper... trunk/makedocs.sh
r350 r534 7 7 src/glade/* src/gobject/* src/gthread/* src/atk/* \ 8 8 src/pango/* src/cairo/* src/gdkpixbuf/* \ 9 srcgl/glgdk/* srcgl/glgtk/* srcgl/gtkglc/* -op 9 srcgl/glgdk/* srcgl/glgtk/* srcgl/gtkglc/* \ 10 srcgda/gda/* srcgda/gdac/* \ 11 srcsv/gsv/* srcsv/gsvc/* -op 10 12 11 13
