Skip to content

Commit a5199b5

Browse files
committed
Add Qt5 svg package to linux setup
1 parent f65ef59 commit a5199b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ On Windows there are no dependencies - you can always compile the latest version
110110

111111
Requirements for the core library and renderdoccmd are libx11, libxcb, libxcb-keysyms and libGL. The exact are packages for these vary by distribution.
112112

113-
For qrenderdoc you need Qt5 >= 5.6 along with the 'x11extras' package. You also need python3-dev for the python integration, and bison, autoconf, automake and libpcre3-dev for building the custom SWIG tool for generating bindings.
113+
For qrenderdoc you need Qt5 >= 5.6 along with the 'svg' and 'x11extras' packages. You also need python3-dev for the python integration, and bison, autoconf, automake and libpcre3-dev for building the custom SWIG tool for generating bindings.
114114

115115
This is the apt-get line you'd need to install the requirements bar Qt on Ubuntu 14.04 or above:
116116

@@ -123,7 +123,7 @@ Your version of Ubuntu might not include a recent enough Qt version, so you can
123123
For Archlinux (as of 2017.04.18) you'll need:
124124

125125
```
126-
sudo pacman -S libx11 libxcb xcb-util-keysyms mesa libgl qt5-base qt5-x11extras cmake python3 bison autoconf automake pcre
126+
sudo pacman -S libx11 libxcb xcb-util-keysyms mesa libgl qt5-base qt5-svg qt5-x11extras cmake python3 bison autoconf automake pcre
127127
```
128128

129129
For Gentoo (as of 2017.04.18), you'll need:

scripts/travis/linux_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sudo add-apt-repository -y 'ppa:beineri/opt-qt562-trusty'
66
sudo add-apt-repository -y 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise-3.8 main'
77
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
88
sudo apt-get update -qq
9-
sudo apt-get install --allow-unauthenticated -y -qq libx11-dev mesa-common-dev libgl1-mesa-dev qt56base qt56x11extras libxcb-keysyms1-dev gdb clang-format-3.8 g++-6
9+
sudo apt-get install --allow-unauthenticated -y -qq libx11-dev mesa-common-dev libgl1-mesa-dev qt56base qt56svg qt56x11extras libxcb-keysyms1-dev gdb clang-format-3.8 g++-6
1010

1111
# check formatting matches clang-format-3.8. Since newer versions can have
1212
# changes in formatting even without any rule changes, we have to fix on a

0 commit comments

Comments
 (0)