diff options
Diffstat (limited to 'docs/COMPILE.md')
| -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: |