Skip to content

Commit 4e6b79b

Browse files
committed
fix: update build instructions
1 parent 1e5923e commit 4e6b79b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

BUILDING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ the following libraries:
1010
- libX11
1111
- libXext
1212
- wayland, wayland-protocols and wayland-scanner
13+
- simdutf
14+
- LibICU
15+
16+
You also need to resolve Ferus' submodules using
17+
18+
git submodule update --init --recursive
19+
20+
This makes sure that Yoga is available for the bindings to compile.
21+
22+
> **Note:** Clang seems to be completely borked due to a silly SIMD function signature issue. See [this issue](https://github.com/treeform/pixie/issues/506) for more details.
1323
1424
When these are all installed, run
1525

0 commit comments

Comments
 (0)