sdl_kitchensink on AUR (Arch User Repository)
Last updated: November 27,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "sdl_kitchensink" 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 sdl_kitchensink on Arch using YAY
$
yay -S
sdl_kitchensink
Copied
* (Optional) Uninstall sdl_kitchensink on Arch using YAY
$
yay -Rns
sdl_kitchensink
Copied
2. Manually Install "sdl_kitchensink" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone sdl_kitchensink's git locally
$
git clone https://aur.archlinux.org/sdl_kitchensink.git
~/sdl_kitchensink
Copied
c. Go to ~/sdl_kitchensink folder and install it
$
cd
~/sdl_kitchensink
Copied
$
makepkg -si
Copied