boost-build on AUR (Arch User Repository)

Last updated: June 01,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

b. Install boost-build on Arch using YAY

$ yay -S boost-build

* (Optional) Uninstall boost-build on Arch using YAY

$ yay -Rns boost-build

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

b. Clone boost-build's git locally

$ git clone https://aur.archlinux.org/boost-build.git ~/boost-build

c. Go to ~/boost-build folder and install it

$ cd ~/boost-build $ makepkg -si

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