Changes between Version 1 and Version 2 of BuildingOnWindows
- Timestamp:
- Nov 12, 2006, 4:39:37 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v1 v2 11 11 * 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. 12 12 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). 14 14 * [http://webkit.opendarwin.org/building/checkout.html Check out WebKit] in the usual way. 15 15 * 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`.