Changes between Version 140 and Version 141 of BuildingGtk


Ignore:
Timestamp:
Jul 22, 2020 6:29:18 AM (4 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v140 v141  
    1010$ sudo ninja install
    1111}}}
     12
     13* Note: If you want to use the MiniBrowser, you need to enable it at build time by passing ```-DENABLE_MINIBROWSER=ON``` to CMake
     14
    1215
    1316If you want to build WebKit for production use, you should stop reading here. The rest of the instructions on this page are only suitable for development and testing.
     
    128131
    1291321. Install the built product
    130 2. Execute your program using WebKit GTK
    131 
    132 Note: If you want to use the MiniBrowser, you need to enable it at build time by passing ```-DENABLE_MINIBROWSER=ON``` CMake
     1332. Execute your program using WebKitGTK, or try to use the MiniBrowser (which is installed by default on the libexec dir)