Search Criteria
Package Details: box64 0.3.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/box64.git (read-only, click to copy) |
---|---|
Package Base: | box64 |
Description: | Linux Userspace x86_64 Emulator with a twist |
Upstream URL: | https://github.com/ptitSeb/box64 |
Keywords: | emulator |
Licenses: | MIT |
Submitter: | mogwai |
Maintainer: | mogwai |
Last Packager: | mogwai |
Votes: | 5 |
Popularity: | 0.000021 |
First Submitted: | 2021-08-31 07:59 (UTC) |
Last Updated: | 2024-12-11 12:21 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
1 2 Next › Last »
Noshricardo commented on 2025-01-26 21:14 (UTC) (edited on 2025-01-26 21:14 (UTC) by Noshricardo)
This patch uses box64 compile flags for RK3588/RK3588S and RK3399, This might not be the best way to do this, but it shouldn't break anything if not using these SOCs, or if it fails to detect them. It should also work for other SOCs by just adding more if statements for each SOC. This has only been tested on RK3588S with BreadOS on the Khadas Edge2
bobpaul commented on 2024-12-10 03:10 (UTC)
The following patch allows it to build on ppc64le. I used a 4k kernel and was able to play "AndYetItMoves", though it was quit slow.
mogwai commented on 2024-07-11 18:15 (UTC)
@PseudoSpock: Thanks for the notification. I'm AFK right now. Will update in a few days.
PseudoSpock commented on 2024-07-11 04:03 (UTC)
Got 0.3.0 to build. Just tested it with Zoom, which still works.
Here's my git diff to the PKGBUILD:
PseudoSpock commented on 2024-07-11 03:41 (UTC)
Version 0.3.0 was just released.
37h4n commented on 2023-01-25 23:32 (UTC) (edited on 2023-01-25 23:34 (UTC) by 37h4n)
For Asahi Linux users on M1, you'll need to go to PKGBUILD and replace
-DARM_DYNAREC=ON
with-DM1=1
under theif [[ $CARCH == "aarch64" ]]; then
section, or else you'll get errors running programs.Popolon commented on 2022-11-24 12:23 (UTC)
Build it again using your PKGBUILD (about the same rules) and it works too :). Thank you very much!!
mogwai commented on 2022-11-23 08:31 (UTC)
@Popolon: I added riscv64. Can you test this? I don't have riscv64 hardware, so I can't test it myself.
Popolon commented on 2022-11-22 00:20 (UTC) (edited on 2022-11-22 14:18 (UTC) by Popolon)
Please, add for riscv64 support (it works on RISCV64 after my tests):
in the build()
and in the package()
bradpitcher commented on 2022-09-29 15:42 (UTC) (edited on 2022-09-29 15:43 (UTC) by bradpitcher)
So odd, I also had a build failure using yay
But manually cloning the repo and running
makepkg
it worked ¯\_(ツ)_/¯1 2 Next › Last »