-
Install Git and Delphi 10.4.2 Sydney
-
Clone this repository into any place in your disk:
git clone https://github.com/sasgis/sas.requires
-
Open Delphi IDE Options and create Environment variable with name SAS and set its value with full path to the sas.requires folder.
-
Set the
Library path
(navigate to the end of the path, add path separator;
and add the following line):$(SAS)\clipper2\Delphi\Clipper2Lib;$(SAS)\alcinoe-code\source;$(SAS)\graphics32\Source;$(SAS)\toolbar2000\Source;$(SAS)\tbx\Source;$(SAS)\tbx\Source\Themes;$(SAS)\embeddedwb\source;$(SAS)\pascalscript\Source;$(SAS)\vsagps\Runtime;$(SAS)\vsagps\Public;$(SAS)\ccr-exif;$(SAS)\synedit\Source;$(SAS)\mormot;$(SAS)\mormot\SQLite3
Library path
can be found in: -
Install 3 design-time packages: Graphics32, Toolbar2000 and TBX.
-
for Graphics32 open GR32.groupproj file (or the corresponding GR32_R.dproj and GR32_D.dproj), select and Build GR32_R*.bpl, select and Install GR32_D*.bpl
-
for Toolbar2000:
-
for TBX:
- open and Build
TBX\Packages\TBX_Run.dpk
- open and Install
TBX\Packages\TBX_Dsgn.dpk
- open and Build
-