mirror of
https://github.com/godotengine/webrtc-native.git
synced 2026-01-03 14:09:58 +03:00
[TLS] Move from OpenSSL to mbedTLS
Update libdatachannel to 0.22.6
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
### Compiling
|
||||
|
||||
Clone this repository with the following command to checkout all the dependencies: [godot-cpp](https://github.com/godotengine/godot-cpp), [openssl](https://www.openssl.org/) and [libdatachannel](https://github.com/paullouisageneau/libdatachannel) (and sub-dependencies).
|
||||
Clone this repository with the following command to checkout all the dependencies: [godot-cpp](https://github.com/godotengine/godot-cpp), [mbedTLS](https://github.com/Mbed-TLS/mbedtls) and [libdatachannel](https://github.com/paullouisageneau/libdatachannel) (and sub-dependencies).
|
||||
|
||||
```
|
||||
$ git clone --recurse-submodules https://github.com/godotengine/webrtc-native.git
|
||||
|
||||
Reference in New Issue
Block a user