vcpkg on AUR (Arch User Repository)
Last updated: November 08,2024
1. Install "vcpkg" effortlessly via AUR with the help of a helper(YAY)
a. Install YAY (https://github.com/Jguer/yay)
$
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
Copied
b. Install vcpkg on Arch using YAY
$
yay -S
vcpkg
Copied
* (Optional) Uninstall vcpkg on Arch using YAY
$
yay -Rns
vcpkg
Copied
2. Manually Install "vcpkg" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone vcpkg's git locally
$
git clone https://aur.archlinux.org/vcpkg.git
~/vcpkg
Copied
c. Go to ~/vcpkg folder and install it
$
cd
~/vcpkg
Copied
$
makepkg -si
Copied
3. Information about the vcpkg package on Arch User Repository (AUR)
ID: 1412515
Name: vcpkg
PackageBaseID: 177038
PackageBase: vcpkg
Version: 2024.02.14-1
Description: C++ library manager for Windows, Linux, and MacOS
URL: https://github.com/microsoft/vcpkg
NumVotes: 2
Popularity: 8.0E-5
OutOfDate:
Maintainer: pacifi5t
Submitter: pacifi5t
FirstSubmitted: 1647632466
LastModified: 1708438399
URLPath: /cgit/aur.git/snapshot/vcpkg.tar.gz
Name: vcpkg
PackageBaseID: 177038
PackageBase: vcpkg
Version: 2024.02.14-1
Description: C++ library manager for Windows, Linux, and MacOS
URL: https://github.com/microsoft/vcpkg
NumVotes: 2
Popularity: 8.0E-5
OutOfDate:
Maintainer: pacifi5t
Submitter: pacifi5t
FirstSubmitted: 1647632466
LastModified: 1708438399
URLPath: /cgit/aur.git/snapshot/vcpkg.tar.gz