Skip to content

Commit

Permalink
doc: Save Windows devs first time build debug time (issue #441) (#443)
Browse files Browse the repository at this point in the history
* Save devs first time build debug time

* Make line shorter and more readable
  • Loading branch information
rollersteaam authored Jul 13, 2021
1 parent f63bfaa commit fa4f2f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Plugin~/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ To build plugin, you need to execute command in the `BuildScripts~` folder.
- [BuildScripts~/build_plugin_ios.sh](../BuildScripts~/build_plugin_ios.sh)
- [BuildScripts~/build_plugin_linux.sh](../BuildScripts~/build_plugin_linux.sh)
- [BuildScripts~/build_plugin_win.cmd](../BuildScripts~/build_plugin_win.cmd)
- Note: If you encounter `LNK1120`, `LNK2001` or `LNK2019` errors while running this build script, it's possible that you may need to open `Plugin~/build64/webrtc.sln` and build from within Visual Studio 2019 instead. You can also use it for development. ([#441](https://github.com/Unity-Technologies/com.unity.webrtc/issues/441))

Alternatively, after the script has been run, a project ready for your IDE or other build tools is ready for you to use/build with (the name of the folder differs based on the target platform, check the script for more details).

## Debug

Expand Down

0 comments on commit fa4f2f0

Please sign in to comment.