⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 105653 in webkit


Ignore:
Timestamp:
Jan 23, 2012, 4:13:19 PM (15 years ago)
Author:
commit-queue@webkit.org
Message:

website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
https://bugs.webkit.org/show_bug.cgi?id=76544

Patch by Seo Sanghyeon <sh4.seo@samsung.com> on 2012-01-23
Reviewed by Darin Adler.

WEBKITOUTPUTDIR is not only for Windows.

  • building/build.html:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r105494 r105653  
     12012-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
    1122012-01-20  Kent Tamura  <tkent@chromium.org>
    213
  • trunk/Websites/webkit.org/building/build.html

    r56300 r105653  
    2626</ol>
    2727
    28 <p>By default, <code>build-webkit</code> places build products in <code>WebKit/WebKitBuild</code>.  You can specify a different build
    29 location on Mac in your Xcode preferences.  On Windows, the <code>WEBKITOUTPUTDIR</code> environment variable can be used to
     28<p>By default, <code>build-webkit</code> places build products in <code>WebKitBuild</code>.  You can specify a different build
     29location on Mac in your Xcode preferences.  On other platforms, the <code>WEBKITOUTPUTDIR</code> environment variable can be used to
    3030set a different build products location. If you have set up a custom build location, then <code>build-webkit</code> will
    3131place the build products there.</p>
Note: See TracChangeset for help on using the changeset viewer.