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.lib
  • libcef.dll
  • libcef_dll_wrapper.dll
  • 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 the Microsoft Visual Studio Command-line Tool. Navigate to the GLR source code. You should be able to type scons and enter, and the library should compile.