- Shell 100%
|
|
||
|---|---|---|
| .ci | ||
| AUR | ||
| .gitignore | ||
| .gitmodules | ||
| .woodpecker.yml | ||
| 0001-Patch-glsl-optimizer-to-build-with-glibc-2.43.patch | ||
| default192x192.png | ||
| kde_menu.patch | ||
| konform.desktop | ||
| konform.install | ||
| PKGBUILD | ||
| README.md | ||
The official Arch Linux Package Build for the Konform Browser
Building from source
If you're on Arch Linux, you can use this repository to build the Konform Browser from source.
The build process will take a long time, even on powerful machines, it takes about an hour. On weaker computers, it can take way longer. If you still want to build it yourself, follow the steps below.
First clone and enter this repository:
git clone https://codeberg.org/konform-browser/arch.git && cd arch/
Then import Mozilla's GPG key:
gpg --recv-key EBE41E90F6F12F6D
Finally resolve dependencies, build and install the package:
makepkg -si
The browser is first built as a profiling build (PGO), which is executed headlessly for profiling before doing the final build. This typically improves runtime performance. You can control this somewhat using build-time environment variables:
# profile using xvfb for X11 instead
_build_profiled_xvfb=true makepkg -s
# disable profiling and do a one-shot build
_build_profiled=false makepkg -s
AUR packages
Konform Browser is also available on the AUR:
konform-browser- Building from source just like this repo
konform-browser-bin- Packaging binary tarball from Codeberg Packages
- Also available prepackaged in Konform Browser Arch package repository for convenient
pacman -Sand automatic upgrades.