Wiki page archlinux-start.md changed with summary [] by AntiSol

This commit is contained in:
AntiSol 2022-12-19 06:30:29 -08:00 committed by www-data
parent 7196f61455
commit 1c91dfb89a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ git clone https://aur.archlinux.org/efl-git.git
In order to build EFL from source, you'll need some tools:
```bash
pacman -S gcc fakeroot binutils meson ninja pkg-config
pacman -S gcc fakeroot binutils meson ninja pkg-config ccache
```
The *makepkg* script in the following step will handle all the dependencies for you.