Skip to content

Commit 6130226

Browse files
committed
doc/stacktrace: Add qt5-webengine-debug
1 parent d271c31 commit 6130226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/stacktrace.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ git checkout symbols
5050
$ export DEBUG_CFLAGS='-ggdb3 -fvar-tracking-assignments -Og'
5151
$ export DEBUG_CXXFLAGS='-ggdb3 -fvar-tracking-assignments -Og'
5252
$ cd qt5
53-
$ makepkg -si --pkg qt5-base-debug,qt5-webkit-debug
53+
$ makepkg -si --pkg qt5-base-debug,qt5-webkit-debug,qt5-webengine-debug
5454
$ cd ../pyqt5
5555
$ makepkg -si --pkg pyqt5-common-debug,python-pyqt5-debug
5656
----
@@ -76,7 +76,7 @@ Server = http://qutebrowser.org/qt-debug/$arch
7676
Then install the packages:
7777

7878
----
79-
# pacman -Suy pyqt5-common-debug python-pyqt5-debug qt5-base-debug qt5-webkit-debug
79+
# pacman -Suy pyqt5-common-debug python-pyqt5-debug qt5-base-debug qt5-webkit-debug,qt5-webengine-debug
8080
----
8181

8282
The `-debug` packages conflict with the non-debug variants - it's safe to

0 commit comments

Comments
 (0)