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
Copy file name to clipboardExpand all lines: README.md
+29-9
Original file line number
Diff line number
Diff line change
@@ -81,43 +81,63 @@ By default we download all the libraries from GitHub and build them locally, so
81
81
82
82
### Configuring on Windows
83
83
84
-
Install [MS Visual Studio Community / Enterprise](https://visualstudio.microsoft.com/vs/community/), [Strawberry perl](https://strawberryperl.com/), and [Chocolatey](https://chocolatey.org/install) if not installed already
84
+
#### Installing the dependencies / environment
85
+
Install [MS Visual Studio Community / Enterprise](https://visualstudio.microsoft.com/vs/community/), [Strawberry perl](https://strawberryperl.com/), and [Chocolatey](https://chocolatey.org/install) if not installed already.
85
86
86
-
Get the libraries by running the following in powershell
87
+
Install the libraries by running the following in `powershell`
Modify the path to the downloaded and unzipped PThreads in cmake in `build_windows_openssl.bat` if needed / unzipped at a path other than the one mentioned above
96
+
#### Customizing the `.github\build_windows_openssl.bat` file
97
+
If you unzipped at a path other than the one mentioned above / your pkg-config is in a different location, modify the path to the downloaded and unzipped PThreads in cmake in `.github\build_windows_openssl.bat`
Note that if the paths are still too long (which can cause the build to fail unfortunately), we recommend renaming the folders to use shorter names and moving them to `C:/`
111
126
112
-
Build the SDK
127
+
#### Building the SDK
128
+
129
+
Run the script that we customized above
113
130
114
131
```shell
115
132
.github\build_windows_openssl.bat
116
133
```
117
134
118
-
To run the sample application, make sure that you've exported the following paths and appended them to env:Path for powershell
135
+
#### Customizing and setting PATH to run the samples
136
+
To run the sample application, make sure that you've exported the following paths and appended them to env:Path for `powershell`.
137
+
138
+
Modify the `<path-to-webrtc-root>\open-source\bin`, `<path-to-webrtc-root>\build`, `<path-to-pthreads-unzip-location>\pthreads-w32-2-9-1-release\Pre-built.2\dll\x64`
0 commit comments