The Lime3DS emulator for the Nintendo 3DS console got discontinued in favor of the Azahar emulator.
This package provides an updated PKGBUILD for the lime3ds
package (primary for Arch Linux; this will maybe work on your Linux distribution too).
I made this package because I am not sure when (or even if) the lime3ds
package from the AUR will be updated, and I wanted to use the latest Lime3DS version.
To install the package with yay follow these instructions:
Warning
Attempting to cleanBuild the package will abort the operation and yield an exit code of 128.
git clone https://github.com/avgmensch/lime3ds.git
yay -Bi ./lime3ds
yay will handle things like installing dependencies and removing make-dependencies after the build.
I made the following changes to the PKGBUILD file:
- update maintainer and fork-notice
- change "experimental" to "discontinued" in
pkgdesc
- change the
url
to the new GitHub-repository - break down the
depends
array to one line - update the repository name in the
source
array - change the checksum from MD5 to SHA256
I am not affiliated with
- the lime3ds AUR package,
- the Lime3DS project,
- the Azahar project nor
- Nintendo.
For more information on the PKGBUILD's license, see LICENSE.txt