diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-04 21:41:54 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-04 21:41:54 +1300 |
| commit | a0df420a325d0f8e60a0ce00c329ce112f251ad7 (patch) | |
| tree | f42ce3266cbdd80cb582fe263e1da1643576d997 /README.md | |
| parent | 75d932dcdb70be5cc7c2756d7f042ff1df594cb1 (diff) | |
| download | cinnamon-browser-a0df420a325d0f8e60a0ce00c329ce112f251ad7.tar.xz cinnamon-browser-a0df420a325d0f8e60a0ce00c329ce112f251ad7.zip | |
Add gentoo install instructions and add clang dependency
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -14,25 +14,31 @@ Linux, BSD (Windows/Mac are untested, try at your own risk) - webkit2gtk-4.1 - gtk3 +- clang To install dependencies on Arch-based systems: ```shell -# pacman -S webkit2gtk-4.1 gtk3 +# pacman -S webkit2gtk-4.1 gtk3 clang ``` On Debian-based systems (including Ubuntu): ```shell -# apt install libwebkit2gtk-4.1-dev libgtk3-dev +# apt install libwebkit2gtk-4.1-dev libgtk3-dev clang ``` On Fedora-based systems: ```shell -# dnf install webkit2gtk4.1-devel gtk3-devel +# dnf install webkit2gtk4.1-devel gtk3-devel clang +``` + +On Gentoo-based systems: +```shell +# emerge net-libs/webkit-gtk:4.1 x11-libs/gtk+:3 llvm-core/clang ``` ## Installation -To install this software, you must compile it from source. Don't worry, it should only take 5 seconds or less even on a low-powered computer. On my M2 MacBook Pro (running Arch Linux ARM), it takes about 0.3 seconds. +To install this software, you must compile it from source. Don't worry, it should only take 5 seconds or less even on a low-powered computer. On my M2 MacBook Pro (running Arch Linux ARM), it takes about 0.3 seconds. Well, unless you're on Gentoo, because you'd have to compile the dependency WebKit2GTK-4.1 from source. Good luck, you'll need it lmao. ```shell $ git clone https://git.arslaancodes.com/cinnamon-browser.git |
