mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Update devcontainer install script with new deps
This commit is contained in:
parent
186057bf92
commit
7da8a372df
Notes:
sideshowbarker
2024-07-16 23:08:48 +09:00
Author: https://github.com/gotlougit 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7da8a372df Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/388 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ install_llvm_key() {
|
||||||
### Install packages
|
### Install packages
|
||||||
|
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y build-essential cmake ninja-build ccache shellcheck libgl1-mesa-dev qt6-base-dev qt6-tools-dev-tools qt6-wayland qt6-multimedia-dev
|
apt install -y lsb-release git python3 autoconf autoconf-archive automake build-essential cmake libavcodec-dev libgl1-mesa-dev ninja-build qt6-base-dev qt6-tools-dev-tools qt6-multimedia-dev qt6-wayland ccache fonts-liberation2 zip unzip curl tar
|
||||||
|
|
||||||
### Ensure new enough host compiler is available
|
### Ensure new enough host compiler is available
|
||||||
|
|
||||||
VERSION="0.0.0"
|
VERSION="0.0.0"
|
||||||
|
|
Loading…
Reference in a new issue