Search Criteria
Package Details: box64 0.4.0-1
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.000000 |
| First Submitted: | 2021-08-31 07:59 (UTC) |
| Last Updated: | 2026-01-08 12:29 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (make)
Latest Comments
1 2 3 Next › Last »
Popolon commented on 2025-11-05 13:06 (UTC) (edited on 2025-11-05 13:07 (UTC) by Popolon)
Please, add also:
optdepends=('gl4es: OpenGL 2 for GLES 2 devices')This could resolve lot of things too.
There are already several PKGBUILD in the sources archives, pkgbuilds/ subdir as examples.
Can be used as:
Popolon commented on 2025-11-04 20:40 (UTC) (edited on 2025-11-23 10:23 (UTC) by Popolon)
Please could you add the following the two following CMAKE argument? It allow to run 32 bits binaries too, and unlocked lot of binaries problems for me :
The detection doesn't work in my case, even with the patch. I add to force exargs="-DRK3588=1" after the test. lscpu doesn't display RK3588 at all.
A trick that can be made is the following
In my case (armbian kernel) @luziferius test doesn't work:
luziferius commented on 2025-03-24 09:33 (UTC)
The recent addition of SoC detection is locale-dependent, because lscpu output is localized. It'll likely break on most non-English systems. This patch fixes the detection on non-English systems.
simona commented on 2025-02-23 20:33 (UTC)
sorry, was boxtron and luxtorpeda
mogwai commented on 2025-02-23 20:30 (UTC)
@simona: Why would this conflict with steam?
simona commented on 2025-02-23 17:42 (UTC)
conflict with steam
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:
1 2 3 Next › Last »