Changes between Version 144 and Version 145 of BuildingGtk


Ignore:
Timestamp:
Jun 13, 2022 2:26:43 PM (22 months ago)
Author:
Basuke Suzuki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v144 v145  
    3333
    3434==== Notes ====
     35 * If you see python traceback reporting like this, then you need to install python3-pip package (for Ubuntu).
     36{{{
     37ModuleNotFoundError: No module named 'distutils.core'
     38}}}
     39
     40 * Flatpak is needed to be installed before updating this dependencies. On Ubuntu, run:
     41{{{
     42# apt-get install flatpak
     43}}}
    3544
    3645 * If you accidentally delete the `WebKitBuild/UserFlatpak` folder, you can copy an existing one from another work tree and run the following command to update: