Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit cefe6c0

Browse files
jianjunztaste1981
authored andcommitted
Instruct Android developer to use 4.2.x branch. (#260)
1 parent 0a931d0 commit cefe6c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ target_os = []
4545

4646
### Build
4747
#### Windows
48-
- Set environmental variable ````BOOST_ROOT```` to your boost source tree.
48+
- Set environmental variable `BOOST_ROOT` to your boost source tree.
4949
- Run `gclient sync`. It may take a long time to download large amount of data.
5050
- Go to src/srcitps/ directory, and run: `python build-win.py --gn_gen --sdk --tests --ssl_root /path/to/ssl --msdk_root /path/to/msdk --output_path /path/to/out`. The built binary will be under `output_path`, the document for sdk will also be copied to this directory if docs has been generated. If not set `output_path`, the built binary will be under src/out directory. Be noted the first time you run this would take a long time to pull chromium/webrtc dependencies and require a network accessible to Google's code/storage infrastructure. `ssl_root` to the directory of your OpenSSL 1.1.0 binary. `msdk_root` to the directory of your Intel Media SDK for Windows, version 2018 R1 or higher. `gn_gen` to generate args.gn, you need to add `--gn_gen` at the first time build or when you changed `msdk_root` and `ssl_root` path.
5151

@@ -57,6 +57,9 @@ target_os = []
5757
- Run `gclient sync`. It may take a long time to download large amount of data.
5858
- Build OWT iOS SDK with `scripts\build.py`.
5959

60+
#### Android
61+
This branch does not support Android build, please switch to `4.2.x` branch.
62+
6063

6164
## How to contribute
6265
We warmly welcome community contributions to owt-client-native repository. If you are willing to contribute your features and ideas to OWT, follow the process below:
@@ -72,5 +75,4 @@ Use the "Issues" tab on Github.
7275

7376
## See Also
7477
http://webrtc.intel.com
75-
7678

0 commit comments

Comments
 (0)