2

嗨,我使用的是Windows 10 企业版64 位。

我的硬盘空间很少,我想优化它的使用。

我下载了 httpd-2.4.25.tar.gz

我想使用Visual Studio Community 2017构建Apache Httpd,我是新手(我最近没有使用 Visual Studio 的经验)。

当我启动 Visual Studio Community 2017 的安装程序时,我可以看到多个选项,所需的空间取决于我选择的内容,可能从 700MB 到 50GB 不等。

我看到我可以专门选择单个组件。

我必须(严格!不再)选择哪些单独的组件来构建 Apache Httpd

而且我不知道构建httpd-2.4.25.tar.gz的要求是否与构建php-7.1.2.tar.gzmariadb-10.1.22.tar.gz 相同

是否需要另一个单独的组件来构建 mariadb 和 php

谢谢你。

4

1 回答 1

1

这里需要的工具

    Visual Studio Installer :600MB
    Code tools
        -Static analysis tools :69MB
    Compilers, build tools, and runtimes
        -VC++ 2017 v141 toolset (x86,x64) :1.19GB
    SDKs, libraries, and frameworks
        -Windows 10 SDK (10.0.14393.0) :2.36GB
    Development activities
        -Visual Studio C++ core features :431MB

    Compilers, build tools, and runtimes
        -Visual C++ tools for CMake :354MB

All Tools needs 4.62GB 
All Tools including CMake 4.97GB

来自 Visual Studio 或其站点CMake 的CMake

MariaDB需要 CMake。

PHP不需要 CMake,但需要其他工具,例如Bison

Httpd或 Apache 需要 CMake 和GawkStrawberry Perl

于 2017-04-10T19:50:30.870 回答