Changes between Version 8 and Version 9 of mycroft_mark-2_gui_qt5.11


Ignore:
Timestamp:
04/15/20 20:48:06 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft_mark-2_gui_qt5.11

    v8 v9  
    125125}}}
    126126* make -j2
    127 * make install
     127* sudo make install
    128128This results in the complete build in /opt/Qt5.12
    129129
     
    153153}}}
    154154in the process above.
     155When 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
    155158
    156159=== Building Kirigami ===