Skip to content

Commit

Permalink
Added build step for correct webrtc version - fixes #41 Compile Error…
Browse files Browse the repository at this point in the history
… - Visual Studio 2013
  • Loading branch information
ptanov committed May 26, 2016
1 parent ab5fd92 commit 2f0bd44
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,29 @@ Sample code to select your screen as media source:
```

# Building source code
- fetch webrtc code as explained at [http://www.webrtc.org/native-code/development](http://www.webrtc.org/native-code/development) in the **same folder** as webrtc-everywhere.
- fetch webrtc code as explained at [http://www.webrtc.org/native-code/development](http://www.webrtc.org/native-code/development) in the **same folder** as webrtc-everywhere. Folder structure should be as following: <br />
```
+ projects (or any other name)
- webrtc-checkout
- src
- webrtc-everywhere
- ie
- npapi
- common
- thirdparties
- ...
```

- Move into **webrtc-checkout/src** directory <br />
```
cd webrtc-checkout/src
```
- Checkout the correct WebRTC version (**c2ee2c86f905991a8cd05ee1f35bea105b41e4e0**):
```
git checkout -b webrtc-everywhere c2ee2c86f905991a8cd05ee1f35bea105b41e4e0
gclient sync
```

- For Windows you'll need to apply [this patch](/webrtc_win.patch)
- For all platforms you should apply [this patch](https://codereview.webrtc.org/1257833004/diff/1/webrtc/modules/utility/source/process_thread_impl.cc)

Expand Down

0 comments on commit 2f0bd44

Please sign in to comment.