mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
Removed vcpkg
removed vcpkg from the Arch command since its not needed
This commit is contained in:
parent
13a85a62f3
commit
b601d38b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ sudo apt install autoconf automake libtool pkg-config curl cmake ninja-build cla
|
||||||
```
|
```
|
||||||
The following command will install the required dependencies on a distro that uses `pacman` (such as Arch-based distros).
|
The following command will install the required dependencies on a distro that uses `pacman` (such as Arch-based distros).
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S base-devel ninja lld clang gtk3 vcpkg
|
sudo pacman -S base-devel ninja lld clang gtk3
|
||||||
```
|
```
|
||||||
You can also find the equivalent packages for your preferred distro.
|
You can also find the equivalent packages for your preferred distro.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue