A linux build for the newest beef nightly
Find a file
2024-10-16 20:07:38 +02:00
.forgejo/workflows Update .forgejo/workflows/build.yml 2024-09-14 10:26:43 +02:00
install-nosudo.sh Add install-nosudo.sh 2024-10-16 20:07:38 +02:00
install.sh Update install.sh 2024-09-14 02:22:20 +02:00
README.md Update README.md 2024-10-16 15:15:23 +02:00

BeefBuild

This repository builds the newest nightly version of Beef everyday and bundles it into a .deb package.

Installation

  • Install llvm18 on your system
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18