diff options
| author | Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> | 2022-05-09 22:16:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 22:16:12 -0400 |
| commit | 82118c854c83b85754a9dc7f5d775c8427d585be (patch) | |
| tree | b0d079eafd99afec83462c4c3dc2b24049322934 /docs/COMPILE.md | |
| parent | b1b558d244c58af6a5c56acdd0307533b51cc85c (diff) | |
| download | box64-82118c854c83b85754a9dc7f5d775c8427d585be.tar.gz box64-82118c854c83b85754a9dc7f5d775c8427d585be.zip | |
docs: add instructions for Debian-based Linux
Diffstat (limited to 'docs/COMPILE.md')
| -rwxr-xr-x | docs/COMPILE.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 756562de..208c89b3 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -1,5 +1,15 @@ -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 +``` + #### for RK3399 Using a 64bit OS: |