mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
2
Installation in Lazarus FPC
Salvador Díaz Fau edited this page 2020-11-02 12:53:32 +01:00
CEF4Delphi is available in Online Package Manager but you will need to install the DCPCrypt package first.
To install CEF4Delphi from the Online Package Manager click on the "Package" menu and select the "Online Package Manager" option. First select "DCPcrypt" and click the "Install" button because CEF4Delphi needs that package. Then select "CEF4Delphi" and click on the "Install" button at the bottom of that window.
To compile and install CEF4Delphi in Lazarus manually you need to follow these steps :
- Download the latest version of CEF4Delphi from GitHub.
- Decompress CEF4Delphi into a directory and make sure your user has write privileges in that directory.
- Run Lazarus.
- Open the file cef4delphi_lazarus.lpk from the Package->Open Package File (*.lpk)... menu.
- Click on the Compile button in the package window.
- Click on the Use button and select the Install option.