Changeset 158
- Timestamp:
- 03/13/08 00:33:11 (10 months ago)
- Files:
-
- tools/scite4d/Readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/scite4d/Readme.txt
r137 r158 56 56 SciTE4d is a stand alone application. you can figure this out in about 2 minutes. 57 57 58 1. dowload SciTE4D:58 1. dowload and install SciTE4D: 59 59 60 http://scite4d.chinese-blog.org 61 or http://svn.dsource.org/projects/dwin/tools/scite4d/ 60 http://svn.dsource.org/projects/dwin/downloads/scite4d/scite4d.exe 62 61 63 62 64 2. unzip to ..\scite4d\63 2. Include path configuration 65 64 66 67 3. Include path configuration 68 69 open ...\scite4d\SciTEGlobal.properties, modify seatd.global.include to fit your specific libraries path. 65 open ...\SciTEGlobal.properties, modify seatd.global.include to fit your specific libraries path. 70 66 71 67 The 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: … … 78 74 4. building method Configuration 79 75 80 Open ...\ scite4d\ybud.conf, modified the make method to fit your needs.76 Open ...\ybud.conf, modified the make method to fit your needs. 81 77 82 78 The default make is Windows port of GNU make(mingw32-make.exe): … … 101 97 102 98 103 5 Click ...\scite4d\Sc1.exeto start SciTE4D99 5 Click desktiop icon to start SciTE4D 104 100 105 101 … … 111 107 1. GNU make example 112 108 113 Open ..\ scite4d\examples\makefile\test.d109 Open ..\examples\makefile\test.d 114 110 press F7 (or Ctrl+F7) to build test.exe 115 111 Or press Ctrl+F5 to run test.d directly … … 118 114 2. Windows bat example 119 115 120 Open ..\ scite4d\examples\bat\test.d116 Open ..\examples\bat\test.d 121 117 press F7 (or Ctrl+F7) to build test.exe 122 118 Or press Ctrl+F5 to run test.d directly … … 125 121 3. dsss example (If you have dsss installed) 126 122 127 Open ..\ scite4d\examples\dsss\test.d123 Open ..\examples\dsss\test.d 128 124 press F7 to debug building. 129 125 Or press Ctrl+F7 to release building
