boost-build on AUR (Arch User Repository)
Last updated: November 17,2024
1. Install "boost-build" 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 boost-build on Arch using YAY
$
yay -S
boost-build
Copied
* (Optional) Uninstall boost-build on Arch using YAY
$
yay -Rns
boost-build
Copied
2. Manually Install "boost-build" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone boost-build's git locally
$
git clone https://aur.archlinux.org/boost-build.git
~/boost-build
Copied
c. Go to ~/boost-build folder and install it
$
cd
~/boost-build
Copied
$
makepkg -si
Copied
3. Information about the boost-build package on Arch User Repository (AUR)
ID: 858945
Name: boost-build
PackageBaseID: 76965
PackageBase: boost-build
Version: 4.3.0-1
Description: Boost.Build makes it easy to build C++ projects, everywhere.
URL: http://www.boost.org/build/
NumVotes: 31
Popularity: 0
OutOfDate: 1623741739
Maintainer: marcs
Submitter: schuay
FirstSubmitted: 1388830231
LastModified: 1612517976
URLPath: /cgit/aur.git/snapshot/boost-build.tar.gz
Name: boost-build
PackageBaseID: 76965
PackageBase: boost-build
Version: 4.3.0-1
Description: Boost.Build makes it easy to build C++ projects, everywhere.
URL: http://www.boost.org/build/
NumVotes: 31
Popularity: 0
OutOfDate: 1623741739
Maintainer: marcs
Submitter: schuay
FirstSubmitted: 1388830231
LastModified: 1612517976
URLPath: /cgit/aur.git/snapshot/boost-build.tar.gz