No description
This repository has been archived on 2025年03月04日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Makefile 59.9%
- Shell 21.7%
- Dockerfile 18.4%
| assets | Add glxtest and vaapitest to linux.librewolf.spec | |
| submodules | bump version to 111.0 | |
| windows@b3b007f171 | 112.0.1-2 | |
| .gitignore | removed typescript files | |
| .gitlab-ci.yml | Update .gitlab-ci.yml | |
| .gitmodules | added submodules/windows | |
| LICENSE | Add LICENSE | |
| Makefile | Update Makefile | |
| README.md | add debian 12 target | |
| release | Update release | |
| source_release | 130.0.1-1 | |
| version | 130.0.1-1 | |
🔨 bsys5
This repo contains scripts and assets to build the LibreWolf source tarball for various platforms with docker, as well as binary releases produced by those scripts.
Supported Targets
| Platform | x86_64 | aarch64 |
|---|---|---|
| Linux | ||
| └─ Debian (deb) | ✅ (debian11,debian12) | - |
| └─ Ubuntu (deb) | ✅ (ubuntu20, ubuntu22) | - |
| └─ Mint (deb) | ✅ (mint20, mint21) | - |
| └─ Fedora (rpm) | ✅ (fedora38, fedora37) | - |
| └─ openSUSE (rpm) | ✅ (tumbleweed) | - |
| MacOS (dmg) | ✅ (macos-x64_64) | ✅ (macos-aarch64) |
| Windows (setup,portable) | ✅ (windows) | - |
Running bsys5 Locally
Note: Bsys5 only works on Linux. Other platforms are cross-compiled from Linux.
To build LibreWolf with bsys5 locally, just install Docker and then clone this repository. Then you can just build the target you want with:
make <TARGET>, for example make ubuntu22
(See the above table or make help for a list of supported targets.)
This will pull a prebuilt build environment from
this repository.
If you also want to build that yourself, run make docker-<TARGET> first.