Skip to content

Commit 962c2db

Browse files
committed
missing file
1 parent 602c67d commit 962c2db

2 files changed

Lines changed: 1076 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,21 @@ cargo build
196196
197197
```
198198

199+
On Ubuntu AArch64, install LLVM's linker before building. The workspace uses
200+
LLD for this target because GNU `ld` cannot link the bundled WebRTC archive:
201+
202+
```sh
203+
sudo apt update
204+
sudo apt install -y lld
205+
```
206+
207+
Rockchip boards such as the Radxa ROCK 5B+ also need the MPP development
208+
headers and DRM headers. On Radxa Ubuntu images, install them with:
209+
210+
```sh
211+
sudo apt install -y libdrm-dev librockchip-mpp-dev
212+
```
213+
199214
### MacOS
200215

201216
When building on MacOS, `-ObjC` linker flag is needed. LiveKit's WebRTC implementation make use of ObjectiveC libraries on the Mac. You may get the following error if the app isn't linked with ObjC:

0 commit comments

Comments
 (0)