Simplify readme
This commit is contained in:
parent
20be5ad172
commit
6d23303f60
1 changed files with 2 additions and 25 deletions
27
README.md
27
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
|
||||
|
|
Loading…
Reference in a new issue