Changeset 534

Show
Ignore:
Timestamp:
07/13/08 21:25:05 (2 months ago)
Author:
okibi
Message:

updating root files for RC1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Doxyfile

    r322 r534  
    2626INLINE_INHERITED_MEMB  = NO 
    2727FULL_PATH_NAMES        = NO 
    28 STRIP_FROM_PATH        = /home/ruimt/devel/D/Duit/trunk/gtkD/ 
     28STRIP_FROM_PATH        = ~/gtkD/ 
    2929STRIP_FROM_INC_PATH    =  
    3030SHORT_NAMES            = NO 
     
    8383# configuration options related to the input files 
    8484#--------------------------------------------------------------------------- 
    85 INPUT                  = /home/ruimt/devel/D/Duit/trunk/gtkD/src 
     85INPUT                  = ~/gtkD/src 
    8686FILE_PATTERNS          = *.c \ 
    8787                         *.cc \ 
     
    132132EXAMPLE_PATTERNS       = * 
    133133EXAMPLE_RECURSIVE      = NO 
    134 IMAGE_PATH             = /home/ruimt/devel/D/Duit/trunk/gtkD/images/ 
     134IMAGE_PATH             = ~/gtkD/images/ 
    135135INPUT_FILTER           =  
    136136FILTER_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. 
     1GtkD is the Digital Mars D programing language OO wrapper for Gtk+. 
     2GtkD is release on the LGPL license. 
    93 
    104Requirements: 
    115------------- 
    12 - linux or windows(2000, XP) 
     6- Linux, Windows(2000, XP), or Mac 
    137- Gtk libs 
    14 - dmd installation 
     8- dmd or gdc installation 
    159  (on your home directory on linux or the root directory on windows) 
    16 optionally
    17 - openGL libs (mesa is fine on linux) 
    18 - gtkglext 
     10optional
     11- OpenGL libs (mesa is fine on linux) 
     12- GtkGLext 
    1913 
    2014Who are you? 
    2115------------ 
    2216 
    23 If you want to write some wicked cool D + gtk+ Apps, grab the gtkD release  
    24 archive at dsource.org/projects/gtkd. It comes with a shiny installer. 
     17If you want to write some wicked cool D and Gtk+ apps, grab the gtkD release  
     18archive at dsource.org/projects/gtkd. 
    2519 
    26 If you want to tweak the automatic wrapper or help with it use subversion... 
     20If you want to tweak the automatic wrapper or help with it, use subversion... 
    2721http://svn.dsource.org/projects/gtkd/trunk 
    28 Then check out README_SVN 
    2922 
    30 installation: 
     23Installation: 
    3124------------- 
    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. 
     25The installation depends on the setup of your development environment. 
    3626This means that to release your project you must include the gtkD lib 
    3727on your deliverable or statically link to gtkD - please pay attention 
    3828to the license. 
    3929 
    40 compile the lib and the test programs: 
     30Compile the lib and the test programs: 
    4131-------------------------------------- 
    42 to compile gtkD, please refer to the README of your choice. 
     32To compile gtkD, please refer to the README of your choice. 
    4333 
    44 we HIGHLY recommend following README_DSSS and using dsss to compile 
     34We HIGHLY recommend following README_DSSS and using dsss to compile. 
  • trunk/README_COMPD

    r486 r534  
    44TO USE COMPD, YOU'LL NEED TO COPY EVERYTHING FROM THE compd FOLDER TO ROOT! 
    55 
    6 CompD is being phased out of GtkD. By Release 1.0, CompD will no longer be included  
    7 or be a supported method of compiling! 
     6CompD is no longer a supported method of compiling GtkD. We HIGHLY recommend  
     7using dsss to compile GtkD. 
    88 
    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-------------------------------- 
     10For GTK bindings 
    1611#compd GtkD.compd 
    17  
    18 c) build the test application 
     12Tests 
    1913#compd GtkDTests.compd  
    2014 
  • trunk/README_SVN

    r322 r534  
    1 (work in progress) 
     1*SVN* 
    22 
    33To build the libs from the svn source... 
    44 
    5 ./makeAll 
     5dsss build 
     6 
     7To install libs... 
     8 
     9dsss install 
    610 
    711To make a release archive from the freshly built sources 
    812 
    913./makeRelease 
    10  
    1114 
    1215To mess with the wrapper... 
  • trunk/makedocs.sh

    r350 r534  
    77    src/glade/* src/gobject/* src/gthread/* src/atk/* \ 
    88    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 
    1012 
    1113