Property CheckLinuxDependencies
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
CheckLinuxDependencies
Indicates whether it is necessary to check if Linux environment has all required shared libraries.
public bool CheckLinuxDependencies { get; set; }
Property Value
- bool
true
if it is necessary to check if Linux environment has all required shared libraries,false
otherwise.
Remarks
By default, the check is performed.
If false
, this step is skipped. It's useful for clients that are confident in their
environments.
The ldd
command is used to check presence of the libraries required
by Chromium executable.