File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,21 @@ Please refer to the release notes in [Releases](https://github.com/awslabs/amazo
57
57
### Download
58
58
To download run the following command:
59
59
60
- ` git clone --recursive https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git `
60
+ ``` shell
61
+ git clone https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git --single-branch -b main kvs-webrtc-sdk
62
+ ```
61
63
62
64
You will also need to install ` pkg-config ` and ` CMake ` and a build environment
63
65
64
66
### Configuring on Ubuntu / Unix
65
67
66
68
Create a build directory in the newly checked out repository, and execute CMake from it.
67
69
68
- ` mkdir -p amazon-kinesis-video-streams-webrtc-sdk-c/build; cd amazon-kinesis-video-streams-webrtc-sdk-c/build; cmake .. `
70
+ ``` shell
71
+ mkdir -p amazon-kinesis-video-streams-webrtc-sdk-c/build; cd amazon-kinesis-video-streams-webrtc-sdk-c/build; cmake ..
72
+ ```
69
73
70
- We have provided an example of using GStreamer to capture/encode video, and then send via this library. This is only build if ` pkg-config ` finds
74
+ We have provided an example of using GStreamer to capture/encode video, and then send via this library. This is only built if ` pkg-config ` finds
71
75
GStreamer is installed on your system.
72
76
73
77
On Ubuntu and Raspberry Pi OS you can get the libraries by running
You can’t perform that action at this time.
0 commit comments