You've already forked gpui-component
mirror of
https://github.com/librekeys/gpui-component.git
synced 2026-04-14 08:46:29 -07:00
10 lines
259 B
Bash
Executable File
10 lines
259 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sudo apt update
|
|
# Test on Ubuntu 24.04
|
|
sudo apt install -y \
|
|
gcc g++ clang libfontconfig-dev libwayland-dev \
|
|
libwebkit2gtk-4.1-dev libxkbcommon-x11-dev libx11-xcb-dev \
|
|
libssl-dev libzstd-dev \
|
|
vulkan-validationlayers libvulkan1
|