imgui on AUR (Arch User Repository)
Last updated: November 10,2024
1. Install "imgui" 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 imgui on Arch using YAY
$
yay -S
imgui
Copied
* (Optional) Uninstall imgui on Arch using YAY
$
yay -Rns
imgui
Copied
2. Manually Install "imgui" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone imgui's git locally
$
git clone https://aur.archlinux.org/imgui.git
~/imgui
Copied
c. Go to ~/imgui folder and install it
$
cd
~/imgui
Copied
$
makepkg -si
Copied
3. Information about the imgui package on Arch User Repository (AUR)
ID: 1388851
Name: imgui
PackageBaseID: 163895
PackageBase: imgui
Version: 1.90.1-1
Description: Bloat-free Graphical User interface for C++
URL: https://github.com/ocornut/imgui
NumVotes: 5
Popularity: 0.066018
OutOfDate:
Maintainer: bwrsandman
Submitter: xantares
FirstSubmitted: 1614602332
LastModified: 1705686598
URLPath: /cgit/aur.git/snapshot/imgui.tar.gz
Name: imgui
PackageBaseID: 163895
PackageBase: imgui
Version: 1.90.1-1
Description: Bloat-free Graphical User interface for C++
URL: https://github.com/ocornut/imgui
NumVotes: 5
Popularity: 0.066018
OutOfDate:
Maintainer: bwrsandman
Submitter: xantares
FirstSubmitted: 1614602332
LastModified: 1705686598
URLPath: /cgit/aur.git/snapshot/imgui.tar.gz