Building from source #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
build-time dependencies:
To build the source tarball, we need some packages.
The
Makefileis GNU specific, so we usegmakethroughout:That should yield the latest source tarball, named like so:
librewolf-$(version)-$(release).source.tar.gz, and it does have a sha256 checksum file as well.The next step in the quest is to actually build librewolf using this tarball.
pkg install py39-pip. We need to symlink to pip3 for this:pkg install rustcargo install cbindgen$HOME/.cargo/bin./mach --no-interactive bootstrap --application-choice=browser./mach buildpkg install llvmafter
./mach build, the build fails with: