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,152
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,152
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,152
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
28
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
  • BigOnYa @ BigOnYa:
    Hey Kennyboy, have you found any decent mini Pc for around $200-250? Fast enough to play most Pc games.
  • K3Nv2 @ K3Nv2:
    I'd say save another $100 anythtwith 8core upgradeable ram I'm thinking about ordering the acemagic still
    +1
  • BigOnYa @ BigOnYa:
    Damn, I haven't turn on my OG Xbox one in ages, just did now and ofcourse, 32GB update required, gonna take forever.
  • BigOnYa @ BigOnYa:
    Edit: nevermind, I forgot I up-ed my internet speed, only 30 min remaining.
  • BigOnYa @ BigOnYa:
    Will a mobo with a M2ssd slot work without a M2ssd installed, using a sata ssd temporary?
  • K3Nv2 @ K3Nv2:
    As long as sata just point bios to boot to it as main drive
    +1
  • SylverReZ @ SylverReZ:
    @K3Nv2, Is that a compilation of you?
  • K3Nv2 @ K3Nv2:
    M.2 is more of a luxury you can still boot from Ide if you really wanted to
    +1
  • K3Nv2 @ K3Nv2:
    I mean as long as the motherboard still has sata ports unless you're still in celeron days
  • Xdqwerty @ Xdqwerty:
    wut
  • BigOnYa @ BigOnYa:
    Nuh it has Sata 3
  • K3Nv2 @ K3Nv2:
    It should still have a Bootable option in bios select drive
    +1
  • Xdqwerty @ Xdqwerty:
    whats sata?
  • K3Nv2 @ K3Nv2:
    How you were born
  • BigOnYa @ BigOnYa:
    Sata is the type of interface/cable connection of hard drives/disc drives for Pc.
    +1
  • K3Nv2 @ K3Nv2:
    Don't tell them about old bank drives may explode
  • BigOnYa @ BigOnYa:
    Mini pcs in the 70's
  • K3Nv2 @ K3Nv2:
    128kbs of storage
    +1
  • K3Nv2 @ K3Nv2:
    How do I connect this to my emachine
  • K3Nv2 @ K3Nv2:
    The Tattooist of Auschwitz is pretty good so far
    K3Nv2 @ K3Nv2: The Tattooist of Auschwitz is pretty good so far