Search Criteria
Package Details: 86box 3.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/86box.git (read-only, click to copy) |
---|---|
Package Base: | 86box |
Description: | An emulator for classic IBM PC clones |
Upstream URL: | https://86box.net/ |
Licenses: | GPL2 |
Submitter: | oscareczek |
Maintainer: | oscareczek |
Last Packager: | oscareczek |
Votes: | 2 |
Popularity: | 0.119240 |
First Submitted: | 2022-02-16 18:01 (UTC) |
Last Updated: | 2022-07-01 06:14 (UTC) |
Dependencies (10)
- faudio (faudio-git)
- libslirp
- qt6-base (qt6-base-git, qt6-base-headless)
- rtmidi
- cmake (cmake-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- qt6-tools (make)
- 86box-roms (86box-roms-git) (optional) – ROM files
- discord-game-sdk (optional) – Discord Rich Presence
- libpcap (libpcap-git) (optional) – Networking not limited to TCP/IP
Latest Comments
chungy commented on 2022-05-16 23:54 (UTC)
In order to deal with upstream issue 2333 (https://github.com/86Box/86Box/issues/2333), I recommend making this package depend on qt5-base and remove
-DUSE_QT6=ON
from the PKGBUILD.oscareczek commented on 2022-03-22 20:07 (UTC)
Fixed, thanks.
Solskogen commented on 2022-03-22 09:59 (UTC)
faudio is missing
oscareczek commented on 2022-02-27 11:26 (UTC)
Applied the patch, thanks! I also made issue 2171 on GitHub since I have a feeling it shouldn't be really needed to use presets in the first place, we'll see how it goes.
ed209 commented on 2022-02-25 11:04 (UTC) (edited on 2022-02-25 11:21 (UTC) by ed209)
The code produced by the PKGBUILD doesn't work correctly because of missing compiler flags (-fno-strict-aliasing, and for Intel additionaly -mstackrealign). Try, for example, installing NEXTSTEP in an emulated Pentium machine. It behaves extremely erratic and is impossible to install. Instead of adding these flags, I've changed the PKGBUILD to use the provided cmake configuration files and disable the makepkg provided build flags. This leads to the usage of the correct compiler flags and NEXTSTEP works nicely. Thank you for providing this package.