Changes between Version 3 and Version 4 of BuildingOnMac
- Timestamp:
- Oct 19, 2016, 1:39:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnMac
v3 v4 2 2 * Follow the instructions on webkit.org, starting with https://www.webkit.org/building/tools.html 3 3 4 = Mavericks=4 = Output Verbosity = 5 5 6 * Make sure you have Xcode 5.0.1 (update from the App Store) or later 7 * If layout tests are failing, check the output of: 8 9 {{{ defaults read -g NSSystemFont }}} 10 11 If it says "LucidaGrande", delete this errant preference: 12 13 {{{ defaults delete -g NSSystemFont }}} 6 * You can make the build output be filtered by doing: 7 defaults write org.webkit.BuildConfiguration BuildTranscriptVerbosity quiet/default/noisy