Changes between Version 10 and Version 11 of BuildingOnWindows


Ignore:
Timestamp:
10/28/10 07:41:30 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v10 v11  
    99Visual Studio 2008 Professional is required to build OpenVPN on Windows. Note that the free Express edition
    1010
     11= Windows Software Development Kit =
     12
     13[http://msdn.microsoft.com/en-us/windows/bb980924.aspx Windows Software Development Kit] ([http://en.wikipedia.org/wiki/Microsoft_Windows_SDK Wikipedia page]) ''may'' be necessary to build OpenVPN (verify this).
     14
     15= Windows Driver Kit =
     16
     17[http://www.microsoft.com/whdc/devtools/WDK/default.mspx Windows Driver Kit] ([http://en.wikipedia.org/wiki/Windows_Driver_Kit Wikipedia page]) is required to build the TUN/TAP driver.
     18
    1119== Python ==
    1220
    13 The new Windows build system is written in [Python http://www.python.org].
     21The new Windows build system is written in [http://www.python.org Python].
     22
     23== WinRAR ==
     24
     25[http://www.rarlab.com WinRAR] or some other tool capable of extracting .tar.gz and .tar.bz2 archives is necessary to extract the LZO and OpenSSL release archives.
    1426
    1527== LZO library ==
     
    4153[http://gitscc.codeplex.com/ Git Source Control Provider] is a Visual Studio 2008/2010 plugin. It can also be used to launch ''Git for Windows'' and ''GitExtensions'' from within Visual Studio.
    4254
    43 = Configuration =
     55= Preparing the source tree =
    4456
     57Once you have fetched OpenVPN sources you need to copy ''openssl'' and ''lzo'' header file directories to the root build directory. The header files are located inside the ''include'' directory. 
    4558
     59 
    4660= External links =
    4761