Changeset 105653 in webkit
- Timestamp:
- Jan 23, 2012, 4:13:19 PM (15 years ago)
- Location:
- trunk/Websites/webkit.org
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
building/build.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/webkit.org/ChangeLog
r105494 r105653 1 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com> 2 3 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page 4 https://bugs.webkit.org/show_bug.cgi?id=76544 5 6 Reviewed by Darin Adler. 7 8 WEBKITOUTPUTDIR is not only for Windows. 9 10 * building/build.html: 11 1 12 2012-01-20 Kent Tamura <tkent@chromium.org> 2 13 -
trunk/Websites/webkit.org/building/build.html
r56300 r105653 26 26 </ol> 27 27 28 <p>By default, <code>build-webkit</code> places build products in <code>WebKit /WebKitBuild</code>. You can specify a different build29 location on Mac in your Xcode preferences. On Windows, the <code>WEBKITOUTPUTDIR</code> environment variable can be used to28 <p>By default, <code>build-webkit</code> places build products in <code>WebKitBuild</code>. You can specify a different build 29 location on Mac in your Xcode preferences. On other platforms, the <code>WEBKITOUTPUTDIR</code> environment variable can be used to 30 30 set a different build products location. If you have set up a custom build location, then <code>build-webkit</code> will 31 31 place the build products there.</p>
Note:
See TracChangeset
for help on using the changeset viewer.