mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 19:25:12 +00:00
Do not manage depot_tools as a submodule anymore
This commit is contained in:
parent
638022675f
commit
b565920acb
3 changed files with 8 additions and 10 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[submodule "depot_tools"]
|
||||
path = depot_tools
|
||||
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
14
README.md
14
README.md
|
|
@ -65,7 +65,7 @@ supported platforms and architectures.
|
|||
|
||||
### Debian & Ubuntu
|
||||
|
||||
Install the required development packages
|
||||
Install the required development packages:
|
||||
|
||||
```
|
||||
# apt-get install build-essential libglib2.0-dev libgtk2.0-dev libxtst-dev \
|
||||
|
|
@ -96,15 +96,12 @@ Install the required development packages
|
|||
|
||||
## Compiling
|
||||
|
||||
Clone the repository, initialize the submodules if `depot_tools` is not
|
||||
installed on your system or not defined inside your `PATH` environment variable.
|
||||
Create an output directory, browse inside it, then run CMake.
|
||||
Clone the repository, create an output directory, browse inside it,
|
||||
then run CMake.
|
||||
|
||||
```
|
||||
$ git clone https://github.com/aisouard/libwebrtc.git
|
||||
$ cd libwebrtc
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
$ mkdir out
|
||||
$ cd out
|
||||
$ cmake ..
|
||||
|
|
@ -172,6 +169,11 @@ perform cross-compiling.
|
|||
Defaults to OFF, will define the `component_build` gn argument to `true` if
|
||||
enabled. This option will build a shared library instead of a static one.
|
||||
|
||||
- **DEPOT_TOOLS_PATH**
|
||||
|
||||
Set this variable to your own `depot_tools` directory. This will prevent
|
||||
CMake from fetching the one matching with the desired WebRTC revision.
|
||||
|
||||
- **NINJA_ARGS**
|
||||
|
||||
Arguments to pass while executing the `ninja` command. For instance, you can
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 33e88a4e19aa1eb306fe66431e8b0621773eb66c
|
||||
Loading…
Add table
Reference in a new issue