diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-05-10 07:45:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-10 07:45:55 +0200 |
| commit | a0234eed48d77c2f69ced25be7557c2bad08e82f (patch) | |
| tree | 4749b71c588e2114b02f9015f38e9c0d97a71e7e | |
| parent | b1b558d244c58af6a5c56acdd0307533b51cc85c (diff) | |
| parent | 8cc3b54bcdd233989caf238a3e03bd46ac7b96ea (diff) | |
| download | box64-a0234eed48d77c2f69ced25be7557c2bad08e82f.tar.gz box64-a0234eed48d77c2f69ced25be7557c2bad08e82f.zip | |
Merge pull request #306 from ryanfortner/patch-1
docs: add instructions for Debian-based Linux
| -rwxr-xr-x | docs/COMPILE.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 756562de..a7edddc1 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -1,5 +1,17 @@ -Compiling +Compiling/Installing ---- + +#### Debian-based Linux +You can use [@ryanfortner](https://github.com/ryanfortner)'s apt repository to install precompiled box64 debs, updated every 24 hours. + +``` +sudo wget https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list +wget -O- https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/box64-debs-archive-keyring.gpg +sudo apt update && sudo apt install box64 -y +``` + +Alternatively, you can generate your own package using the [instructions below](https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md#debian-packaging). + #### for RK3399 Using a 64bit OS: |