Search Criteria
Package Details: fex-emu 2410-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fex-emu.git (read-only, click to copy) |
---|---|
Package Base: | fex-emu |
Description: | Fast usermode x86 and x86-64 emulator for Arm64 |
Upstream URL: | https://fex-emu.com |
Licenses: | MIT |
Submitter: | 1ace |
Maintainer: | Sonicadvance1 |
Last Packager: | Sonicadvance1 |
Votes: | 3 |
Popularity: | 0.000970 |
First Submitted: | 2022-08-15 15:32 (UTC) |
Last Updated: | 2024-10-07 18:27 (UTC) |
Dependencies (12)
- erofs-utils (erofs-utils-gitAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- squashfs-tools (squashfs-tools-gitAUR)
- squashfuse (squashfuse-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- python-setuptools (make)
Required by (0)
Sources (15)
- git+https://github.com/catchorg/Catch2
- git+https://github.com/Cyan4973/xxhash
- git+https://github.com/FEX-Emu/drm-headers
- git+https://github.com/FEX-Emu/FEX#tag=FEX-2410
- git+https://github.com/FEX-Emu/fex-gcc-target-tests-bins
- git+https://github.com/FEX-Emu/fex-gvisor-tests-bins
- git+https://github.com/FEX-Emu/fex-posixtest-bins
- git+https://github.com/FEX-Emu/jemalloc
- git+https://github.com/FEX-Emu/robin-map
- git+https://github.com/FEX-Emu/vixl
- git+https://github.com/fmtlib/fmt
- git+https://github.com/herumi/xbyak
- git+https://github.com/KhronosGroup/Vulkan-Headers
- git+https://github.com/Sonicadvance1/cpp-optparse
- git+https://github.com/Sonicadvance1/imgui
Latest Comments
« First ‹ Previous 1 2
Sonicadvance1 commented on 2022-08-16 02:23 (UTC) (edited on 2022-08-16 02:27 (UTC) by Sonicadvance1)
erofs-utils once it gets bumped to 1.5 will be desired by this as well. erofsfuse is more desirable than squashfuse and FEX-Emu supports both, although recommending erofsfuse.
At some point we will want to enable thunking on this platform as well, but sorting out cross-compiling will be interesting.
Probably also want to pass in
-DBUILD_TESTS=False
to the cmake arguments, since tests won't matter here. Removes the nasm requirement.Our minimum spec is also clang10, not sure if that matters in this build system. Enabling thunks bumps that minimum spec to clang11 or clang12.
« First ‹ Previous 1 2