Skip to content
jarrettchisholm edited this page Nov 10, 2013 · 2 revisions

Create a directory called 'lib' in your GLR folder. Put the following files (from the CEF project, which you will have just compiled) into the folder:

  • libcef.so
  • libffmpegsumo.so
  • libcef_dll_wrapper

The libcef_dll_wrapper is the directory that contains all of the cef_dll object files (within their folder heirarchy).

Open up a terminal and navigate to the GLR source code. You should be able to type scons and enter, and the library should compile.