Changes between Version 134 and Version 135 of BuildingGtk
- Timestamp:
- Jul 30, 2019, 2:09:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v134 v135 3 3 = Building WebKitGTK from a release tarball = 4 4 5 You can build and install WebKitGTK from a [https://webkitgtk.org/releases/ release tarball] the same as you would any other CMake module. The only trick is that you must pass the CMake option -DPORT=GTK. For example, to do a release build with debug info and install the result:5 You can build and install WebKitGTK from a [https://webkitgtk.org/releases/ release tarball] the same as you would any other CMake project. The only trick is that you must pass the CMake option -DPORT=GTK. For example, to do a release build with debug info and install the result: 6 6 7 7 {{{