-
Notifications
You must be signed in to change notification settings - Fork 201
Wizard Installation
EMBBlaster edited this page Jan 14, 2022
·
6 revisions
From the .\DUnitX\Expert folder, open the appropriate DUnitX_IDE_Expert_.dproj file. (Versions 2010 and upwards are included)
First Build the project, then right click in the project manager and Install the package.
(Need to add something about including the the .pas files in the projects search path. Recommended to do so with an environment variable like as below.)
- Under Install Packages - remove "Embarcadero Unit Testing IDE Package"
- Remove $(BDS)\source\DUnitX from the browsing path
- Under tools options, go to environment variables, add a user override for DUNITX - point it to the Source folder in your local clone of the repo.
- Open the expert project for your delphi version, compile and install the expert
- From the .\DUnitX\Expert folder, open the appropriate DUnitX_IDE_Expert_.dproj file. (Versions 2010 and upwards are included)
- First Build the project, then right click in the project manager and Install the package.
- Restart the IDE. After that you should be using the repo version.