Changes between Version 8 and Version 9 of mycroft_mark-2_gui_qt5.11
- Timestamp:
- 04/15/20 20:48:06 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mycroft_mark-2_gui_qt5.11
v8 v9 125 125 }}} 126 126 * make -j2 127 * make install127 * sudo make install 128 128 This results in the complete build in /opt/Qt5.12 129 129 … … 153 153 }}} 154 154 in the process above. 155 When you are using distcc then you can calcullate the proper amounst of jobs like this: 156 (N = total number of cores(local+remote) * 2 + 1, M=number of cores local). for me (3 buildhosts + the Pi) this is N=(4+4+4+4)*2+1=33, M=4 so I run the build with: 157 * make -j33 -l4 155 158 156 159 === Building Kirigami ===