- Timestamp:
- Feb 19, 2023, 1:57:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/howto.txt
r413 r462 20 20 21 21 <top> 22 ae source code for the AE program 22 23 build output directory for built files 23 24 ConfigApps source code for the ConfigApps program … … 71 72 with the full path of your working copy's top level directory. 72 73 74 ae\ae.spr.def --> ae\ae.spr 75 73 76 Components\Components.spr.def --> Components\Components.spr 74 77 … … 246 249 247 250 251 Building AE 252 ------------------- 253 254 Make sure steps 1-3 above have been completed. 255 256 Also make sure the directory `build\AE` exists. 257 258 Open the project file `ae\ae.spr` in the Sibyl IDE. You should be able to build 259 it from the Project menu. AE.EXE will be placed in the `build\AE` directory. 260 248 261 249 262
Note:
See TracChangeset
for help on using the changeset viewer.