README.md (2022-07-16)

This commit is contained in:
q3aql 2022-07-16 13:16:24 +02:00
parent 0e0f3eedc9
commit 6625527be7

View File

@ -26,15 +26,15 @@ st-config - My configuration of st suckless simple terminal
* **Arch Linux:** * **Arch Linux:**
```shell ```shell
$ sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig --noconfirm $ sudo pacman -S gcc git make coreutils freetype2 libxinerama fontconfig libx11 \
$ sudo pacman -S libx11 libxrender libxft --noconfirm libxrender libxft --noconfirm
```` ````
* **Debian/Ubuntu:** * **Debian/Ubuntu:**
```shell ```shell
$ sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libxft-dev -y $ sudo apt install gcc git make coreutils libfreetype-dev libxinerama-dev libxft-dev \
$ sudo apt install libfreetype6-dev libfontconfig1-dev libxrender-dev -y libfreetype6-dev libfontconfig1-dev libxrender-dev -y
```` ````
### Build and install: ### Build and install: