Skip to content

Instantly share code, notes, and snippets.

@yuripourre
yuripourre / script.sh
Last active July 13, 2024 20:58
Wolvic Chromium - Fedora
# Instructions:
# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md#install
# https://github.com/Igalia/wolvic/blob/main/CHROMIUM.md
# Install build tools
# ninja-build is not necessary (it's included in the depot_tools)
sudo dnf install -y gperf
# Setup depot_tools
cd ~/git