Changes between Version 12 and Version 13 of BuildingOnWindows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v12 v13  
    4141[http://code.google.com/p/msysgit/ Git for Windows] or ''msysgit'' is required to work with Git repositories on Windows.
    4242
    43 == GitExtensions ==
     43== !GitExtensions ==
    4444
    4545[http://code.google.com/p/gitextensions/ GitExtensions] makes working with Git easier on Windows. It includes Visual Studio 2008 plugin, Windows explorer support and a GUI to configure and use Git repositories.
     
    4747== KDiff3 ==
    4848
    49 [http://kdiff3.sourceforge.net/ KDiff3] is used in handling merge conflicts. It's required by ''GitExtensions''.
     49[http://kdiff3.sourceforge.net/ KDiff3] is used in handling merge conflicts. It's required by ''!GitExtensions''.
    5050
    5151== Git Source Control Provider ==
     
    5555= Preparing the source tree for building =
    5656
    57 Once you have fetched OpenVPN sources you need to copy ''openssl'' and ''lzo'' these header file directories the root build directory:
     57If you want to build the latest development code fetch it using ''Git for Windows'' (Git shell) or ''!GitExtensions'' (GUI). Check [wiki:TesterDocumentation these instructions] to see which Git URI to use. Once you have fetched OpenVPN sources you need to copy ''openssl'' and ''lzo'' these header file directories the root build directory:
    5858
    5959 * <lzo-directory>/include/lzo
     
    8181|-- win
    8282}}}
     83
     84
    8385 
    8486= External links =