Changes between Version 140 and Version 141 of BuildingGtk
- Timestamp:
- Jul 22, 2020, 6:29:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v140 v141 10 10 $ sudo ninja install 11 11 }}} 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 12 15 13 16 If 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. … … 128 131 129 132 1. 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 133 2. Execute your program using WebKitGTK, or try to use the MiniBrowser (which is installed by default on the libexec dir)