mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-23 14:39:57 +00:00
.. | ||
PKGBUILD-arm64 | ||
PKGBUILD-arm64-DEBUG | ||
PKGBUILD-lx2160a | ||
PKGBUILD-lx2160a-DEBUG | ||
PKGBUILD-rk3399 | ||
PKGBUILD-rk3399-DEBUG | ||
PKGBUILD-rpi4 | ||
PKGBUILD-rpi4-DEBUG | ||
PKGBUILD-tegra | ||
PKGBUILD-tegra-DEBUG | ||
PKGBUILD-x86_64 | ||
PKGBUILD-x86_64-DEBUG | ||
README.md |
The directory containing all PKGBUILDs for BOX64
FAQ
1. How to use it?
Just download the PKGBUILD-<your-platform>
(no need to download the whole repository), go to directory where you downloaded and type:
mv ./PKGBUILD-<your-platform> ./PKGBUILD
cd ..
makepkg -si
This will copy the PKGBUILD for your platform (where you type your platform name instead of <your-platform>
), build it and install the PKGBUILD on 64-bit Archlinux ARM.
In the future, I might try to do an unified PKGBUILD for all platforms that will recognize your platform automatically.
2. What platforms are currently supported.
All specified in COMPILE.md.
3. Any advantages with this solution?
This might give you some advantages like:
- automatic updates (with some AUR frontends like
pamac-aur
oryay
); - easily uninstall with
pacman -R
when no needed (no need other scripts nor Makefile to do this); - your
box64
installation is recognized as a package (where it wasn't when installing withmake install
).