From 6d23303f60b9b5d756b565162e69642c171353ed Mon Sep 17 00:00:00 2001 From: timoreo Date: Sun, 10 Dec 2023 15:43:50 +0100 Subject: [PATCH] Simplify readme --- README.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 9b523cd..3230b72 100644 --- a/README.md +++ b/README.md @@ -39,32 +39,9 @@ ## How to compile -**Note !! This assumes a base _Arch Linux_ install !** +Ths projects depends on [devkitPro](https://devkitpro.org/wiki/Getting_Started) make sure to install it -### Installing Devkitpro dependencies -#### Add the signing keys -```shell -sudo pacman-key --recv BC26F752D25B92CE272E0F44F7FD5492264BB9D0 --keyserver keyserver.ubuntu.com -sudo pacman-key --lsign BC26F752D25B92CE272E0F44F7FD5492264BB9D0 -``` -#### Download and install the keyring -```shell -wget https://pkg.devkitpro.org/devkitpro-keyring.pkg.tar.xz -sudo pacman -U devkitpro-keyring.pkg.tar.xz -``` -#### Add the repo -```shell -echo -e '[dkp-libs] -Server = https://pkg.devkitpro.org/packages' | sudo tee -a /etc/pacman.conf - -echo -e '[dkp-linux] -Server = https://pkg.devkitpro.org/packages/linux/$arch/' | sudo tee -a /etc/pacman.conf -``` -#### Refresh databases -```shell -sudo pacman -Sy -``` -#### Dependencies ! (may add more later...) +You can then add this project's dependencies ```shell pacman -S 3ds-curl 3ds-jansson 3ds-dev # Note !! This adds to profile.d, make sure to restart your current terminal