You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ the following libraries:
10
10
- libX11
11
11
- libXext
12
12
- 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.
0 commit comments