djgpp-gcc on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S djgpp-gcc

* (Optional) Uninstall djgpp-gcc on Arch using YAY

$ yay -Rns djgpp-gcc

2. Manually Install "djgpp-gcc" via AUR

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

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

b. Clone djgpp-gcc's git locally

$ git clone https://aur.archlinux.org/djgpp-gcc.git ~/djgpp-gcc

c. Go to ~/djgpp-gcc folder and install it

$ cd ~/djgpp-gcc $ makepkg -si

3. Information about the djgpp-gcc package on Arch User Repository (AUR)

ID: 1299825
Name: djgpp-gcc
PackageBaseID: 99400
PackageBase: djgpp-gcc
Version: 13.2.0-2
Description: GCC for the djgpp cross-compiler
URL: http://gcc.gnu.org
NumVotes: 8
Popularity: 0.208446
OutOfDate:
Maintainer: andris
Submitter: felix.s
FirstSubmitted: 1441481685
LastModified: 1691335299
URLPath: /cgit/aur.git/snapshot/djgpp-gcc.tar.gz