1. install DCPcrypt if you don't already have it installed - in Lazarus IDE:
a. Package > Online Package Manager
b. select the DCPcrypt package.
c. click Install.
d. rebuild the IDE
2. download the CEF4Delphi package from: https://github.com/salvadordf/CEF4Delphi/archive/refs/tags/131.0.6778.265.zip
3. unzip the file
4. rename the unzipped folder to: CEF4Delphi
5. create a new folder _components in the Lazarus installation folder, e.g. C:\Lazarus
6. move the CEF4Delphi folder to C:\Lazarus\_components
7. launch the Lazarus IDE
8. package > Open package file
9. select: C:\Lazarus\_components\CEF4Delphi\packages\cef4delphi_lazarus.lpk
10. click Compile.
11 Click Use > Install.
12. rebuild the IDE
Thank yo paweld. I had managed to install the chromium component - finally. But when I tried running the demos , none seem to work. As an example the fullscreen demo generated 4 errors & below is one of them :
uMainForm.pas(144,36) Error: Identifier not found "CEF_WOD_NEW_FOREGROUND_TAB"
These seem to be a member of a set. Is there something missing ? Thank you for your kind attention.