Homebrew Question How to build Awoo-Installer

MasterZoilus

Well-Known Member
Member
Joined
Sep 10, 2014
Messages
152
Trophies
0
Age
50
XP
662
Country
United States

wow thanks. But I already compiled.

now if you can remove your extreme right wing neo-nazi trump loving political crap including his pic and get rid of your anti LGTBQ hate propaganda from tinfoil we'll be set! Cuz THAT is the most full of bullshit homebrew ever in the history of homebrews!

I mean seriously ... you love your orange god so much im shocked you didn't photoshop a pic of you sucking him off. Just saying.
 

Denkishi

Member
Newcomer
Joined
Aug 18, 2015
Messages
7
Trophies
0
Age
34
XP
1,155
Country
Italy
i'm trying to build it too but when i try to use makepkg it says i'm missing these dependencies,

[manjaro@manjaro a]$ makepkg
==> Making package: switch-zstd 1.4.3-1 (Sat 14 Mar 2020 08:35:52 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
-> devkitA64
-> devkitpro-pkgbuild-helpers
==> ERROR: Could not resolve all dependencies.


they are installed, when i try to makefile awoo it only says i'm missing zstd.h
 

blawar

Developer
Developer
Joined
Nov 21, 2016
Messages
1,708
Trophies
1
Age
40
XP
4,311
Country
United States
i'm trying to build it too but when i try to use makepkg it says i'm missing these dependencies,

[manjaro@manjaro a]$ makepkg
==> Making package: switch-zstd 1.4.3-1 (Sat 14 Mar 2020 08:35:52 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
-> devkitA64
-> devkitpro-pkgbuild-helpers
==> ERROR: Could not resolve all dependencies.


they are installed, when i try to makefile awoo it only says i'm missing zstd.h

you need the package: https://github.com/devkitPro/pacman-packages/pull/117
 

CrAZONE

Active Member
OP
Newcomer
Joined
Feb 6, 2020
Messages
27
Trophies
0
Age
29
XP
117
Country
Italy
i'm trying to build it too but when i try to use makepkg it says i'm missing these dependencies,

[manjaro@manjaro a]$ makepkg
==> Making package: switch-zstd 1.4.3-1 (Sat 14 Mar 2020 08:35:52 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
-> devkitA64
-> devkitpro-pkgbuild-helpers
==> ERROR: Could not resolve all dependencies.


they are installed, when i try to makefile awoo it only says i'm missing zstd.h

sudo pacman -S devkitA64 devkitpro-pkgbuild-helpers and then re-try with makepkg -i.
 
Last edited by CrAZONE,

Denkishi

Member
Newcomer
Joined
Aug 18, 2015
Messages
7
Trophies
0
Age
34
XP
1,155
Country
Italy
sudo pacman -S devkitA64 devkitpro-pkgbuild-helpers and then re-try with makepkg -csi switch-zstd.



[manjaro@manjaro Desktop]$ sudo pacman -S devkitA64 devkitpro-pkgbuild-helpers
error: target not found: devkitA64
error: target not found: devkitpro-pkgbuild-helpers


i'm going crazy
 

CrAZONE

Active Member
OP
Newcomer
Joined
Feb 6, 2020
Messages
27
Trophies
0
Age
29
XP
117
Country
Italy
[manjaro@manjaro Desktop]$ sudo pacman -S devkitA64 devkitpro-pkgbuild-helpers
error: target not found: devkitA64
error: target not found: devkitpro-pkgbuild-helpers


i'm going crazy
Please follow this guide: https://devkitpro.org/wiki/devkitPro_pacman, specifically the "Customising Existing Pacman Install" section since you're using an Arch-based distro as myself. Then install all the necessary packages (`switch-dev` group and the ones masagrator mentioned at the beginning of the thread and be sure to install the two I mention to you too). Now re-try installing switch-zstd.
 
Last edited by CrAZONE,

blawar

Developer
Developer
Joined
Nov 21, 2016
Messages
1,708
Trophies
1
Age
40
XP
4,311
Country
United States
Please follow this guide: https://devkitpro.org/wiki/devkitPro_pacman, specifically the "Customising Existing Pacman Install" section since you're using an Arch-based distro as myself. Then install all the necessary packages (`switch-dev` group and the ones masagrator mentioned at the beginning of the thread and be sure to install the two I mention to you too). Now re-try installing switch-zstd.

I use Arch BTW

tumblr_inline_ppuw0bb1nG1skb2to_540.png
 

Denkishi

Member
Newcomer
Joined
Aug 18, 2015
Messages
7
Trophies
0
Age
34
XP
1,155
Country
Italy
Please follow this guide: https://devkitpro.org/wiki/devkitPro_pacman, specifically the "Customising Existing Pacman Install" section since you're using an Arch-based distro as myself. Then install all the necessary packages (`switch-dev` group and the ones masagrator mentioned at the beginning of the thread and be sure to install the two I mention to you too). Now re-try installing switch-zstd.


i did until
sudo pacman -Syu

after that i can't use
sudo (dkp-)pacman -Sy for some reasons, it doesn't find the command (dkp-)pacman i'm missing something between the two commands?
 

GnK23

Well-Known Member
Member
Joined
Apr 6, 2016
Messages
170
Trophies
0
Age
35
XP
671
Country
United States
alright I'm going to assume you got all of the other binaries except for switch-zstd so lets start there:

go here:
https://github.com/devkitPro/pacman...d97a269e015ab8db876e3ac9/switch/zstd/PKGBUILD

copy paste everything there to a blank file, save it as PKGBUILD dont give it an extension. open up the terminal wherever this PKGBUILD file is located at and run:

$ makepkg
or
$ makepkg PKGBUILD

either one, it should find that file and build the pkg, install it...etc, now you should have switch-zstd installed.

Now open up terminal on your desktop and:
$ git clone --recursive https://github.com/Huntereb/Awoo-Installer.git

you should now have the awoo-installer folder on your desktop (make sure there isn't one already there or it will say it already exists) Also don't make any changes to the makefile, leave everything as is. Don't comment out anything...etc


next go in this new created folder, and open up a terminal in the Plutonium folder (Awoo-installer/include/Plutonium) then run:
$ make


then type: $ cd ../../

and once again run: $ make

done. hopefully. You should see your .nro file in the awoo-installer folder

Hi i need help whenever I try to build the PKGBUILD file I would get this error.
$ makepkg PKGBUILD
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
 

CrAZONE

Active Member
OP
Newcomer
Joined
Feb 6, 2020
Messages
27
Trophies
0
Age
29
XP
117
Country
Italy
Hi i need help whenever I try to build the PKGBUILD file I would get this error.
$ makepkg PKGBUILD
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
You should be using Unix format (LF), not Dos newlines (CRLF). Type this in the terminal to convert the PKGBUILD file:
Code:
sed 's/^M$//' PKGBUILD > PKGBUILD
. After that, type
Code:
makepkg -i
and it should install.
 
  • Like
Reactions: GnK23

Dr_SugarBooga

New Member
Newbie
Joined
Jan 14, 2024
Messages
1
Trophies
0
Age
18
XP
29
Country
Australia
Install all dkp-libs for Switch, then
Code:
git clone --recursive link_to_repo

And you need to compile zstb portlib from pacman-packages pull request and install it manually (which looks like outside of arch Linux is hard to do)

I can't help with the last one as I'm not using arch Linux
Wouldn’t mind learning how to compile awoo installer (doing my own custom images)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Jayro @ Jayro:
    Eventhough the New 3DS XL is more powerful, I still feel like the DS Lite was a more polished system. It's a real shame that it never got an XL variant keeping the GBA slot. You'd have to go on AliExpress and buy an ML shell to give a DS phat the unofficial "DS Lite" treatment, and that's the best we'll ever get I'm afraid.
    +1
  • Jayro @ Jayro:
    The phat model had amazingly loud speakers tho.
    +1
  • SylverReZ @ SylverReZ:
    @Jayro, I don't see whats so special about the DS ML, its just a DS lite in a phat shell. At least the phat model had louder speakers, whereas the lite has a much better screen.
    +1
  • SylverReZ @ SylverReZ:
    They probably said "Hey, why not we combine the two together and make a 'new' DS to sell".
  • Veho @ Veho:
    It's a DS Lite in a slightly bigger DS Lite shell.
    +1
  • Veho @ Veho:
    It's not a Nintendo / iQue official product, it's a 3rd party custom.
    +1
  • Veho @ Veho:
    Nothing special about it other than it's more comfortable than the Lite
    for people with beefy hands.
    +1
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
  • BakerMan @ BakerMan:
    imagine not having hands, cringe
    +1
  • AncientBoi @ AncientBoi:
    ESPECIALLY for things I do to myself :sad:.. :tpi::rofl2: Or others :shy::blush::evil:
    +1
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ if you could find a v5 DS ML you would have the best of both worlds since the v5 units had the same backlight brightness levels as the DS Lite unlockable with flashme
  • The Real Jdbye @ The Real Jdbye:
    but that's a long shot
  • The Real Jdbye @ The Real Jdbye:
    i think only the red mario kart edition phat was v5
  • BigOnYa @ BigOnYa:
    A woman with no arms and no legs was sitting on a beach. A man comes along and the woman says, "I've never been hugged before." So the man feels bad and hugs her. She says "Well i've also never been kissed before." So he gives her a kiss on the cheek. She says "Well I've also never been fucked before." So the man picks her up, and throws her in the ocean and says "Now you're fucked."
    +1
  • BakerMan @ BakerMan:
    lmao
  • BakerMan @ BakerMan:
    anyways, we need to re-normalize physical media

    if i didn't want my games to be permanent, then i'd rent them
    +1
  • BigOnYa @ BigOnYa:
    Agreed, that why I try to buy all my games on disc, Xbox anyways. Switch games (which I pirate tbh) don't matter much, I stay offline 24/7 anyways.
  • AncientBoi @ AncientBoi:
    I don't pirate them, I Use Them :mellow:. Like I do @BigOnYa 's couch :tpi::evil::rofl2:
    +1
  • cearp @ cearp:
    @BakerMan - you can still "own" digital media, arguably easier and better than physical since you can make copies and backups, as much as you like.

    The issue is DRM
  • cearp @ cearp:
    You can buy drm free games / music / ebooks, and if you keep backups of your data (like documents and family photos etc), then you shouldn't lose the game. but with a disk, your toddler could put it in the toaster and there goes your $60

    :rofl2:
  • cearp @ cearp:
    still, I agree physical media is nice to have. just pointing out the issue is drm
    cearp @ cearp: still, I agree physical media is nice to have. just pointing out the issue is drm