-
-
Notifications
You must be signed in to change notification settings - Fork 75
Installation in Delphi
Salvador Díaz Fau edited this page Jan 10, 2022
·
12 revisions
To build and install WebView4Delphi in Delphi you need to follow these steps :
- Download the latest version of WebView4Delphi from GitHub.
- Decompress WebView4Delphi into a directory and make sure your user has write privileges in that directory.
- Run Delphi.
- Add the WebView4Delphi's source directory to the Library path in Delphi inside the Tools→Options menu. The Options window will show up and there you have to click on Environment Options→Delphi Options→Library, select the right platform (32 or 64 bits) and add directory in Library path.
- Open the file packages\WebView4Delphi_group.groupproj.
- Select the Projects→Build all projects menu option.
- Right click on WebView4Delphi_designtime.bpl in the Projects section and select the Install option.