autowiring on AUR (Arch User Repository)
Last updated: November 24,2024
1. Install "autowiring" 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 autowiring on Arch using YAY
$
yay -S
autowiring
Copied
* (Optional) Uninstall autowiring on Arch using YAY
$
yay -Rns
autowiring
Copied
2. Manually Install "autowiring" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone autowiring's git locally
$
git clone https://aur.archlinux.org/autowiring.git
~/autowiring
Copied
c. Go to ~/autowiring folder and install it
$
cd
~/autowiring
Copied
$
makepkg -si
Copied
3. Information about the autowiring package on Arch User Repository (AUR)
ID: 652098
Name: autowiring
PackageBaseID: 127382
PackageBase: autowiring
Version: 1.1.0-1
Description: An IoC framework for C++11. It provides a declarative way to manage resources through dependency injection.
URL: https://github.com/leapmotion/autowiring
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: marcs
Submitter: marcs
FirstSubmitted: 1511194990
LastModified: 1570093206
URLPath: /cgit/aur.git/snapshot/autowiring.tar.gz
Name: autowiring
PackageBaseID: 127382
PackageBase: autowiring
Version: 1.1.0-1
Description: An IoC framework for C++11. It provides a declarative way to manage resources through dependency injection.
URL: https://github.com/leapmotion/autowiring
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: marcs
Submitter: marcs
FirstSubmitted: 1511194990
LastModified: 1570093206
URLPath: /cgit/aur.git/snapshot/autowiring.tar.gz