Changes between Version 1 and Version 2 of BuildingOnWindows


Ignore:
Timestamp:
Nov 12, 2006 4:39:37 AM (17 years ago)
Author:
ap@webkit.org
Comment:

added a few more needed cygwin packages

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v1 v2  
    1111   * or [http://msdn.microsoft.com/vstudio/express/visualc/ Visual C++ Express Edition] (free of charge).  See the [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ MSDN documentation] for information on building Win32 C++ applications using Visual C++ Express Edition.
    1212
    13  * Download and install [http://cygwin.com/ cygwin]. On the package selection screen, make sure to select the following packages that are not part of the default install: bison, curl, flex, gperf, perl, openssh, svn, unzip and gcc (we only use cpp).
     13 * Download and install [http://cygwin.com/ cygwin]. On the package selection screen, make sure to select the following packages that are not part of the default install: bison, curl, flex, gperf, make, patch, perl, perl-libwin32, openssh, svn, unzip and gcc (we only use cpp).
    1414 * [http://webkit.opendarwin.org/building/checkout.html Check out WebKit] in the usual way.
    1515 * Run `WebKitTools/Scripts/install-win-extras`.  This will install a few extra software packages on your system: icu, iconv, libxml, libxslt and setx. It will also configure the `PATH` and `WebKitOutputDir` environment variables. You may wish to change `WebKitOutputDir` from the default of `C:\WebKitBuild`.