Skip to content

Instantly share code, notes, and snippets.

@mattia72
Created February 28, 2017 12:55
Show Gist options
  • Save mattia72/c06893880e0d4faa52984788059dd5da to your computer and use it in GitHub Desktop.
Save mattia72/c06893880e0d4faa52984788059dd5da to your computer and use it in GitHub Desktop.
Build vifm in MSYS2
pacman -S gcc
pacman -S make
pacman -S ncurses-devel
pacman -S automake-wrapper
pacman -S autoconf
git clone --branch v0.8.2 https://github.com/vifm/vifm.git
cd vifm
./configure
make
make install
vifm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment