mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-18 06:35:35 -04:00
docs: Add pacman to setup instructions in readme
This commit is contained in:
parent
554efb4bf8
commit
97ac165126
12
readme.md
12
readme.md
@ -7,10 +7,18 @@ homebrew games. It is designed to be easily used by anyone. However, nowadays
|
||||
there are better alternatives and PAlib should only be used to build old
|
||||
projects that depend on it to be built.
|
||||
|
||||
This repository contains a port of PAlib to BlocksDS to keep this library alive.
|
||||
|
||||
## Installation
|
||||
|
||||
To install PAlib you'll need to install BlocksDS first. Then, clone this
|
||||
repository, enter that directory and run:
|
||||
You can install PAlib directly with `wf-pacman`:
|
||||
|
||||
```sh
|
||||
wf-pacman -Sy blocksds-palib
|
||||
```
|
||||
|
||||
If you want to build it from source, clone this repository, enter that directory
|
||||
and run:
|
||||
|
||||
```sh
|
||||
make -j`nproc` install
|
||||
|
Loading…
Reference in New Issue
Block a user