====== CEF ====== https://en.wikipedia.org/wiki/Chromium_Embedded_Framework This framework is used for the wrapper for the desktop interface of //[[:XDHTML:]]// modules. It will be superseded by //[[:s:x:Electron:]]//. ===== Linux ===== For //CEF// to be build under Linux, you have to install the //libudev-dev// package. It is possible that the //udev// library is not in a accessible path. It may be located at : ''/lib/-linux-gnu/libudev.so.1'', where '''' is the value returned by ''uname -m''. You should create a link (''ln -s'') from this file to ''/usr/lib/libudev.so.0'' (with a final ''0'', not ''1''). The ''icudtl.dat'' have to be in the same directory as the executable. If you made a link to the executable, this file have to be in the target directory NOT the link directory :!: But you can make a link to ''icudtl.dat''. Package to install if you want to build the examples : * //libgtkglext1-dev//