Homebrew Question How to build Awoo-Installer

  • Thread starter Thread starter CrAZONE
  • Start date Start date
  • Views Views 16,739
  • Replies Replies 35

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.
 
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
 
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
 
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,
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
 
[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,
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
 
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?
 
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.
 
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
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