-
Build option environment variables:
_debugfast=true
– debugfast = fastlog = "Enable all logging."_build_unittests=true
– Build and run unit tests_build_clang=true
– Compile withclang
_build_avx=true
– Enable x86-64-v3 (avx/avx2) support
-
Avoid commenting and flagging at the same time for the same issue.
- Flag for common issues with standard solutions, like submodule updates.
- Comment for issues requiring explanation or debugging.
- Use a pastebin for blocks of text more than a few lines.
Search Criteria
Package Details: dolphin-emu-debugfast-git 2409.r247.gaa8226f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dolphin-emu-debugfast-git.git (read-only, click to copy) |
---|---|
Package Base: | dolphin-emu-debugfast-git |
Description: | A Gamecube and Wii emulator |
Upstream URL: | https://github.com/dolphin-emu/dolphin |
Licenses: | GPL-2.0-or-later |
Conflicts: | dolphin-emu, dolphin-emu-nogui, dolphin-emu-tool |
Provides: | dolphin-emu, dolphin-emu-nogui, dolphin-emu-tool |
Submitter: | KerrickStaley |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-11 22:18 (UTC) |
Last Updated: | 2024-10-28 22:41 (UTC) |
Dependencies (35)
- alsa-lib
- bluez-libs (bluez-gitAUR)
- bzip2 (bzip2-gitAUR)
- cubebAUR (cubeb-gitAUR, cubebAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hidapi (hidapi-gitAUR)
- libevdev (libevdev-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libiconv
- liblzma.so (lib32-xz, xz)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libspng (libspng-gitAUR)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- libxi (libxi-gitAUR)
- Show 15 more dependencies...
Required by (3)
- chimera (requires dolphin-emu)
- dolphin-emu-nogui-git (requires dolphin-emu)
- emulationstation (requires dolphin-emu) (optional)
Pinned Comments
xiota commented on 2023-11-05 17:59 (UTC) (edited on 2024-10-28 22:47 (UTC) by xiota)
Build option environment variables:
_debugfast=true
– debugfast = fastlog = "Enable all logging."_build_unittests=true
– Build and run unit tests_build_clang=true
– Compile withclang
_build_avx=true
– Enable x86-64-v3 (avx/avx2) supportAvoid commenting and flagging at the same time for the same issue.