Changes between Version 15 and Version 16 of BuildingOnWindows


Ignore:
Timestamp:
10/28/10 08:15:59 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v15 v16  
    8484}}}
    8585
     86= Building OpenVPN =
     87
     88Fire up a console/MS DOS prompt and go to ''<openvpn-root-build-directory>/win''. Then just start the build:
     89
     90{{{
     91C:\Python27\python.exe build.py
     92}}}
     93
     94To clean up before or after the build, issue
     95
     96{{{
     97C:\Python27\python.exe build.py clean
     98}}}
     99
     100
    86101= Integrating Git with Visual Studio (optional) =
    87102