Update instructions in stacktrace.asciidoc.
This commit is contained in:
parent
7e95401f02
commit
5f28d13c64
@ -35,11 +35,12 @@ debugging symbols compiled by me (x86_64 only).
|
|||||||
To compile by yourself:
|
To compile by yourself:
|
||||||
|
|
||||||
----
|
----
|
||||||
$ mkdir qt-debug
|
$ git clone https://github.com/The-Compiler/qt-debug-pkgbuild.git
|
||||||
$ cd qt-debug
|
$ cd qt-debug-pkgbuild
|
||||||
$ rsync -rv rsync.archlinux.org::abs/$(uname -m)/extra/qt5/ .
|
$ git checkout symbols
|
||||||
$ wget http://www.qutebrowser.org/qt-symbols.patch
|
$ cd qt5
|
||||||
$ patch -p1 -i qt-symbols.patch
|
$ makepkg -si
|
||||||
|
$ cd ../pyqt5
|
||||||
$ makepkg -si
|
$ makepkg -si
|
||||||
----
|
----
|
||||||
|
|
||||||
@ -49,7 +50,7 @@ To install my pre-built packages:
|
|||||||
$ mkdir qt-debug
|
$ mkdir qt-debug
|
||||||
$ cd qt-debug
|
$ cd qt-debug
|
||||||
$ wget -r -l1 -A '*.tar.xz' -L -np -nd http://www.qutebrowser.org/qt-symbols-pkg/
|
$ wget -r -l1 -A '*.tar.xz' -L -np -nd http://www.qutebrowser.org/qt-symbols-pkg/
|
||||||
# pacman -U qt5-*.pkg.tar.xz
|
# pacman -U *.pkg.tar.xz
|
||||||
----
|
----
|
||||||
|
|
||||||
After you are done debugging, make sure to install the system packages again so
|
After you are done debugging, make sure to install the system packages again so
|
||||||
|
Loading…
Reference in New Issue
Block a user