Complie Apache with VC6.0

来源:互联网 发布:淘宝双十二报名条件 编辑:程序博客网 时间:2024/05/07 10:48

step 1.

 Download the httpd-2.0.59-win32-src.zip from apache.org(It is almost 8.8MB).Then unzip it.

step 2.

Download the win-awk from http://cm.bell-labs.com/cm/cs/who/bwk/awk95.exe  then copy/rename it into C:/awk/awk.exe

 step 3.

add the C:/awk into $PATH environment variable.

step 4.

config the awk in VC6 studio:  TOOLS->OPTIONS->DIRECTORY

->executive File .Add the C:/awk

 

step 5.

open the Apache.dsw ->IsnstallBin FIles,build it.

 

over!