Search found 2053 matches

by WinterMute
Sat May 17, 2025 11:40 am
Forum: Bug Reports
Topic: macOS .pkg installer signing broken
Replies: 1
Views: 8382

Re: macOS .pkg installer signing broken

It's difficult to know how to deal with this one. As far as I know currently Apple are not at all keen on 3rd party installers so the likelihood of getting this package signed seems somewhat low. We do have instructions to install the package from a terminal using sudo installer -pkg /path/to ...
by WinterMute
Fri May 16, 2025 10:04 pm
Forum: Bug Reports
Topic: Cannot compile Examples
Replies: 3
Views: 8960

Re: Cannot compile Examples

Don't redefine the DEVKITPRO & DEVKITARM variables when compiling. These should be set in your environment already.

Run the following command to ensure your devkit install is up to date and all required components are installed.

Code: Select all

sudo dkp-pacman -S nds-dev --needed
by WinterMute
Fri May 16, 2025 8:20 pm
Forum: Announcements
Topic: libogc license controversy
Replies: 1
Views: 13943

libogc license controversy

As many of you will by now be aware there is some drama around the licensing of some historical code contained within libogc. When accusations some time ago were made that RTEMS code had been "stolen" by Shagkur and added to libogc without attribution or licensing no evidence was provided to us ...
by WinterMute
Thu May 15, 2025 7:41 am
Forum: 3DS Development
Topic: cant install 3ds-dev with pacman on fedora
Replies: 3
Views: 21024

Re: cant install 3ds-dev with pacman on fedora

You have extra repositories in your pacman.conf. Reduce these to just core, extra, dkp-libs and dkp-linux. I'm not really sure what the first two are so double check that those were already in your system installed pacman.conf

# An example of a custom package repository. See the pacman manpage for ...
by WinterMute
Thu May 15, 2025 6:27 am
Forum: 3DS Development
Topic: cannot install libctru
Replies: 2
Views: 9408

Re: cannot install libctru

It was a minor packaging hiccup, sorry. The package signing failed and the release process missed the error which then resulted in no signature file being uploaded. Apologies for the inconvenience.

by WinterMute
Thu May 15, 2025 6:24 am
Forum: Bug Reports
Topic: Cannot compile Examples
Replies: 3
Views: 8960

Re: Cannot compile Examples

/opt/devkitpro is not user writable. If you want to compile the examples copy them somewhere that's writable.

by WinterMute
Mon May 12, 2025 9:41 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 12757

libtonc 1.4.5

Added missing parenthesis in BG_BUILD macro by @Carlovan in https://github.com/devkitPro/libtonc/pull/1
fix typo in tonc_oam scale function by @evanbowman in https://github.com/devkitPro/libtonc/pull/3
use stdint.h/stdbool.h for types

Recommended and supported installation for all our releases ...
by WinterMute
Mon May 12, 2025 9:39 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 12757

libpng packages updated

  • armv4t-libpng: 1.6.48
  • 3ds-libpng: 1.6.48
  • ppc-libpng: 1.6.48
  • switch-libpng: 1.6.48

Latest upstream version.

Recommended and supported installation for all our releases is via devkitPro pacman

by WinterMute
Mon May 12, 2025 8:32 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 12757

switch-mbedtls 2.28.9

  • update to latest upstream

Recommended and supported installation for all our releases is via devkitPro pacman

by WinterMute
Mon May 12, 2025 7:44 pm
Forum: Announcements
Topic: May 2025 updates
Replies: 21
Views: 12757

nds-libmad 0.15.1b

  • new package

Recommended and supported installation for all our releases is via devkitPro pacman