Removed vcpkg

removed vcpkg from the Arch command since its not needed
This commit is contained in:
Nilton Perim Neto 2025-03-04 14:19:29 -03:00 committed by GitHub
parent 13a85a62f3
commit b601d38b2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.