tomde / apache

Apache 2.4.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to apache 2.4 build

Based on http://www.apachelounge.com/viewtopic.php?t=5032

  1. Extract the zip to a folder
  2. Make sure you have installed the prerequisites and the PATH variable has been set(checkbox in installer):
  • Visual Studio VC11
  • Windows SDK 8
  • Python (PATH variable set)
  • Perl (PATH variable set)
  • Cmake (PATH variable set)
  1. Check and Modify the path configuration in build_2.4.2.bat (especially VC100_VARS_BAT).
  2. Execute build_2.4.2.bat.
  3. Wait a long time until cmake-gui spawns and follow the instructions at the gui
  4. Close cmake-gui and wait until visual studio spawns, follow the instructions in the console, save and close the solution. Press a key afterwards
  5. Wait until visual studio spawns again, and follow the instructions in the console. Press a key afterwards.
  6. Wait untill the build is done

About

Apache 2.4.x