Changes between Version 5 and Version 6 of mycroft_mark-2_gui_sys_testing
- Timestamp:
- 04/27/20 10:38:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mycroft_mark-2_gui_sys_testing
v5 v6 1 ==== find build dependencies ==== 2 easy way to find the build dependencies 3 * sudo nano /etc/apt/sources.list 4 uncomment the deb-src line 5 * sudo apt-get update 6 and then use build-dep for the package that you want to build. for example: 7 * sudo apt-get build-dep libkf5xmlgui-dev 8 choose from the output what you will need (and ignore the libkf5* in this case) 9 ==== packages installed ===== 1 10 libqt5x11extras5 2 11 libqt5x11extras5-dev