Skip to content

Instantly share code, notes, and snippets.

@galaux
Created March 30, 2015 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galaux/eade7df8940584a15f11 to your computer and use it in GitHub Desktop.
Save galaux/eade7df8940584a15f11 to your computer and use it in GitHub Desktop.
Arch Linux README paragraph on how to install
Arch Linux
~~~~~~~~~~
Choose between the quick manual way or a more _automagical_ one with build helper scripts such as +yaourt+:
Manual way
^^^^^^^^^^
--------------------------------
# Check build tools are installed
pacman -Sy base-devel
# Get the package sources
curl -L -O https://aur.archlinux.org/packages/ka/kakoune-git/kakoune-git.tar.gz
tar xf kakoune-git.tar.gz
cd kakoune-git
# Build it (may ask for your sudo password to install potentially missing dependencies)
makepkg -rs
# Install it
sudo pacman -U kakoune-git-*.pkg.tar.xz
--------------------------------
With +yaourt+
^^^^^^^^^^^^^
--------------------------------
yaourt -Sy kakoune-git
--------------------------------
Use created copr repository https://copr.fedoraproject.org/coprs/jkonecny/kakoune/
---------------------------------
dnf copr enable jkonecny/kakoune
dnf install kakoune
---------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment