You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Download CEF Windows 64bit from [https://cefbuilds.com/](https://cefbuilds.com/)
85
+
* At the time of writing this I used build 2704
86
+
* Extract and cd into the folder
87
+
88
+
#### Setting Up Project
89
+
* Run cmake-gui
90
+
* In "where is the source code", enter in the repo directory (example: C:/Users/User/Desktop/cef_binary_3.2743.1445.gdad7c0a_windows64).
91
+
* In "where to build the binaries", enter the repo directory path with the 'build' subdirectory (example: C:/Users/User/Desktop/cef_binary_3.2743.1445.gdad7c0a_windows64/build).
92
+
* Press 'Configure' and select the generator that fits to your installed VS Version:
93
+
Visual Studio 12 2013 Win64 or Visual Studio 14 2015 Win64
94
+
* Press 'Generate' to generate Visual Studio project files in the 'build' subdirectory.
95
+
* Open cef.sln from the 'build' subdirectory
96
+
97
+
#### Building
98
+
Build in Visual Studio
99
+
100
+
TODO: tell user to move stuff, or update FindCEF.cmake
0 commit comments