Search found 4 matches

by oreo639
Tue Jul 07, 2020 9:10 pm
Forum: User Contributions
Topic: (Unoffical) devkitPro-pacman template for voidlinux
Replies: 1
Views: 38449

Re: (Unoffical) devkitPro-pacman template for voidlinux

Hello, I would like to post an update on the status of the unoffical devkitpro-pacman template for Void Linux.

devkitpro-pacman is being deprecated in favor of the offical pacman package provided in the Void repos.
If you are an existing devkitpro-pacman user on Void, it is strongly recommended to ...
by oreo639
Wed Jun 26, 2019 7:38 am
Forum: Suggestions and Feedback
Topic: Feedback for devkitpro wiki
Replies: 3
Views: 34992

Re: Feedback for devkitpro wiki

bim wrote: Tue Jun 25, 2019 2:46 pm and "-Sl" does not list e.g. the "gba-dev" package, so this can be rather confusing...
gba-dev isn't a package btw, it's a package group.

Run

Code: Select all

(dkp-)pacman -Qg
To list all the groups and their packages.
by oreo639
Fri Feb 15, 2019 1:06 am
Forum: 3DS Development
Topic: Cmake toolchains fail to compile library.
Replies: 0
Views: 13794

Cmake toolchains fail to compile library.

This issue was first brought up in the pacman-packages repo, since it affects building the packages there, however I was told to move to here.
For refrence:
https://github.com/devkitPro/pacman-packages/issues/60
https://github.com/devkitPro/pacman-packages/pull/41

The issue is that, in the cmake ...
by oreo639
Fri Feb 08, 2019 6:30 am
Forum: User Contributions
Topic: (Unoffical) devkitPro-pacman template for voidlinux
Replies: 1
Views: 38449

(Unoffical) devkitPro-pacman template for voidlinux

As a user of dkp toolchains and voidlinux, I decided to make a template for xbps that installs a similar setup to what the deb package installs.
I'm just sharing this for anyone else who happens to voidlinux and wants to install dkp-pacman.
The template is here: https://github.com/Oreo639/void ...