Add vim to dependencies needed, for xxd. Refs #314

This commit is contained in:
Baldur Karlsson
2016-08-04 12:05:33 +02:00
committed by GitHub
parent 6c30a5582d
commit 8b4a8307f9
+3 -3
View File
@@ -32,13 +32,13 @@ Requirements are linking against -lX11 and -lGL. For qrenderdoc you need qt5 alo
This is the apt-get line you'd need to install the requirements on Ubuntu 14.04:
```
sudo apt-get install libx11-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev qt5-default libqt5x11extras5-dev libxcb-keysyms1-dev cmake
sudo apt-get install libx11-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev qt5-default libqt5x11extras5-dev libxcb-keysyms1-dev cmake vim-common
```
For Archlinux (as of 2016.02.01) you'll need:
For Archlinux (as of 2016.08.04) you'll need:
```
sudo pacman -S libx11 libx11-xcb xcb-util-keysyms mesa mesa-libgl qt5-base qt5-x11extras cmake
sudo pacman -S libx11 libx11-xcb xcb-util-keysyms mesa mesa-libgl qt5-base qt5-x11extras cmake vim
```
If you know the required packages for another distribution, please share (or pull request this file!)