igcc on AUR (Arch User Repository)

Last updated: July 04,2024

1. Install "igcc" 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 igcc on Arch using YAY

$ yay -S igcc

* (Optional) Uninstall igcc on Arch using YAY

$ yay -Rns igcc

2. Manually Install "igcc" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone igcc's git locally

$ git clone https://aur.archlinux.org/igcc.git ~/igcc

c. Go to ~/igcc folder and install it

$ cd ~/igcc $ makepkg -si

3. Information about the igcc package on Arch User Repository (AUR)

ID: 362380
Name: igcc
PackageBaseID: 57809
PackageBase: igcc
Version: 0.2-1
Description: Interactive GCC. Real-eval-print loop for C/C++ programmers.
URL: http://www.artificialworlds.net/wiki/IGCC/IGCC
NumVotes: 8
Popularity: 0
OutOfDate: 1663769650
Maintainer: dobo
Submitter: dobo
FirstSubmitted: 1332283553
LastModified: 1480874022
URLPath: /cgit/aur.git/snapshot/igcc.tar.gz