mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 23:24:48 -04:00
⚡ Runtime dependencies docs
This commit is contained in:
parent
b0b4b651bc
commit
a563db6fd9
1 changed files with 29 additions and 1 deletions
30
README.md
30
README.md
|
@ -54,4 +54,32 @@
|
||||||
|
|
||||||
# Build Dependencies
|
# Build Dependencies
|
||||||
|
|
||||||
Build process is divided in two part **Render**(Bitmaps generation) and **Theme Build**.
|
## Runtime Dependencies
|
||||||
|
|
||||||
|
- libxcursor-dev
|
||||||
|
- libx11-dev
|
||||||
|
- libpng-dev (<=1.6)
|
||||||
|
|
||||||
|
## Install Runtime Dependencies
|
||||||
|
|
||||||
|
##### Debain/ubuntu
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install libx11-dev libxcursor-dev libpng-dev
|
||||||
|
```
|
||||||
|
|
||||||
|
##### ArchLinux/Manjaro
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo pacman -S libx11 libxcursor libpng
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Fedora/Fedora Silverblue/CentOS/RHEL
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install libx11-devel libxcursor-devel libpng-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build Dependecies
|
||||||
|
|
||||||
|
<!-- TODO -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue