I can't install cemu-git :(
something something about imgui and "fatal: transport 'file' not allowed
Git Clone URL: | https://aur.archlinux.org/cemu-git.git (read-only, click to copy) |
---|---|
Package Base: | cemu-git |
Description: | Nintendo Wii U emulator |
Upstream URL: | https://cemu.info/ |
Keywords: | console emulation emulator game nintendo |
Licenses: | MPL-2.0 |
Conflicts: | cemu |
Provides: | cemu |
Submitter: | abouvier |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 12 |
Popularity: | 0.093410 |
First Submitted: | 2022-08-27 04:24 (UTC) |
Last Updated: | 2025-03-09 01:21 (UTC) |
I can't install cemu-git :(
something something about imgui and "fatal: transport 'file' not allowed
Data and config files previously stored in ~/.local/share/cemu
are now searched in ~/.config/Cemu
, ~/.local/share/Cemu
and ~/.cache/Cemu
.
note: discord-rpc-bin will break compilation as it is missing a header, use discord-rpc-git
Ah, sorry about the misunderstanding then!
It does not only use -DNDEBUG
. The value of CMAKE_CXX_FLAGS_RELEASE
is merged with CMAKE_CXX_FLAGS
(which is initialized with your CXXFLAGS
environment variable).
I was able to build cemu-git and load up Wind Waker whenever I set the PKGBUILD to use my CFLAGS
and CXXFLAGS
. So, how come this PKGBUILD only uses -DNDEBUG
?
Meanwhile I've added a patched version here: https://github.com/Martchus/PKGBUILDs/blob/master/cubeb/git/PKGBUILD
@wantija it's not discord
, but just a tiny communication library ; you can remove the dependency and compile with -DENABLE_DISCORD_RPC=OFF
if you want
discord-rpc should be an optinal dependancy, not everyone uses it.
fmt has been updated to 9.1.0 in this commit, so this package will need to be updated accordingly.
Pinned Comments
abouvier commented on 2022-10-12 17:50 (UTC)
Data and config files previously stored in
~/.local/share/cemu
are now searched in~/.config/Cemu
,~/.local/share/Cemu
and~/.cache/Cemu
.