Changeset 39519 in webkit


Ignore:
Timestamp:
Dec 30, 2008 11:24:19 AM (15 years ago)
Author:
pam@chromium.org
Message:

2008-12-30 Brent Fulgham <bfulgham@gmail.com>

Reviewed by Darin Adler.
Landed by Pamela Greene.

Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
Update website so that newbies are told they must set the
WebKitOutputDir to get a valid build.

  • building/build.html: Add language (and link) indicating the importance of setting the WebKitOutputDir variable, as well as a link to instructions on how to do so.
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r39412 r39519  
     12008-12-30  Brent Fulgham  <bfulgham@gmail.com>
     2
     3        Reviewed by Darin Adler.
     4        Landed by Pamela Greene.
     5
     6        Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
     7        Update website so that newbies are told they must set the
     8        WebKitOutputDir to get a valid build.
     9
     10        * building/build.html: Add language (and link) indicating the
     11        importance of setting the WebKitOutputDir variable, as well
     12        as a link to instructions on how to do so.
     13
    1142008-12-19  Dean Jackson  <dino@apple.com>
    215
  • trunk/WebKitSite/building/build.html

    r31394 r39519  
    3535double check that the paths you set during <a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/">step 3 of the Platform SDK Installation</a>
    3636are still there and add them again if necessary.</p>
     37<p>Another common error is forgetting to set the <tt>WEBKITOUTPUTDIR</tt> environment variable.  If you omit this step, you will get build errors when the WebKit build process begins generating code.  If you are not sure how to do this, Microsoft provides a good set of <a href="http://support.microsoft.com/kb/310519">instructions</a>.</p>
    3738<p>Don't forget that if you have any questions or problems building WebKit, feel free to <a href="/contact.html">get in touch!</a></p>
    3839</div>
Note: See TracChangeset for help on using the changeset viewer.