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
TODO: tell user to move stuff, or update FindCEF.cmake
46
+
47
47
### Building OBS and obs-browser
48
48
#### Installing Dependencies
49
49
```
@@ -64,3 +64,38 @@ open obs-studio.xcodeproj/
64
64
65
65
#### Building
66
66
Build in Xcode (⌘+B)
67
+
68
+
## Building on Windows
69
+
70
+
### Building CEF
71
+
#### Getting
72
+
* Download CEF Windows 64bit from [https://cefbuilds.com/](https://cefbuilds.com/)
73
+
* At the time of writing this I used build 2704
74
+
* Extract and cd into the folder
75
+
76
+
#### Setting Up Project
77
+
* Run cmake-gui
78
+
* In "where is the source code", enter in the repo directory (example: C:/Users/User/Desktop/cef_binary_3.2743.1445.gdad7c0a_windows64).
79
+
* 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).
80
+
* Press 'Configure' and select the generator that fits to your installed VS Version:
81
+
Visual Studio 12 2013 Win64 or Visual Studio 14 2015 Win64
82
+
* Press 'Generate' to generate Visual Studio project files in the 'build' subdirectory.
83
+
* Open cef.sln from the 'build' subdirectory
84
+
85
+
#### Building
86
+
Build in Visual Studio
87
+
88
+
TODO: tell user to move stuff, or update FindCEF.cmake
0 commit comments