Changeset 158

Show
Ignore:
Timestamp:
03/13/08 00:33:11 (10 months ago)
Author:
yidabu
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/scite4d/Readme.txt

    r137 r158  
    5656SciTE4d is a stand alone application. you can figure this out in about 2 minutes. 
    5757 
    58 1. dowload SciTE4D: 
     581. dowload and install SciTE4D: 
    5959 
    60 http://scite4d.chinese-blog.org 
    61 or http://svn.dsource.org/projects/dwin/tools/scite4d/ 
     60http://svn.dsource.org/projects/dwin/downloads/scite4d/scite4d.exe 
    6261 
    6362 
    64 2. unzip to ..\scite4d\ 
     632. Include path configuration 
    6564 
    66  
    67 3. Include path configuration 
    68  
    69 open ...\scite4d\SciTEGlobal.properties, modify seatd.global.include to fit your specific libraries path. 
     65open ...\SciTEGlobal.properties, modify seatd.global.include to fit your specific libraries path. 
    7066 
    7167The global include path is supposed to be set in scite4d\SciTEGlobal.properties, the first line contain the include paths for libraries that all of your projects use (like Phobos or Tango). It is a list of paths separated by ';', for example:  
     
    78744. building method Configuration 
    7975 
    80 Open ...\scite4d\ybud.conf, modified the make method to fit your needs. 
     76Open ...\ybud.conf, modified the make method to fit your needs. 
    8177 
    8278The default make is Windows port of GNU make(mingw32-make.exe): 
     
    10197 
    10298 
    103 5 Click ...\scite4d\Sc1.exe to start SciTE4D 
     995 Click desktiop icon to start SciTE4D 
    104100 
    105101  
     
    1111071. GNU make example 
    112108 
    113 Open ..\scite4d\examples\makefile\test.d 
     109Open ..\examples\makefile\test.d 
    114110press F7 (or Ctrl+F7) to build test.exe 
    115111Or press Ctrl+F5 to run test.d directly 
     
    1181142. Windows bat example 
    119115 
    120 Open ..\scite4d\examples\bat\test.d 
     116Open ..\examples\bat\test.d 
    121117press F7 (or Ctrl+F7) to build test.exe 
    122118Or press Ctrl+F5 to run test.d directly 
     
    1251213. dsss example (If you have dsss installed) 
    126122 
    127 Open ..\scite4d\examples\dsss\test.d 
     123Open ..\examples\dsss\test.d 
    128124press F7 to  debug building. 
    129125Or press Ctrl+F7 to release building