Skip to content

Instantly share code, notes, and snippets.

@raytroop
Last active February 7, 2022 15:45
Show Gist options
  • Save raytroop/e4b79d421be854fd04352ba252c59206 to your computer and use it in GitHub Desktop.
Save raytroop/e4b79d421be854fd04352ba252c59206 to your computer and use it in GitHub Desktop.
compile vim from source with GUI support
# gtk3 in Rocky Linux 8.5
./configure --with-features=huge --enable-gui=gtk3 --enable-python3interp --prefix=/usr
make -j`nproc`
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment