if(CMAKE_CL_64) #CMAKE的内建变量,如果是true,就说明编译器的64位的,自然可以编译64bit的程序 set(ADDRESS_MODEL 64) set(NODE_TARGET x64)else() set(ADDRESS_MODEL 32) set(NODE_TARGET x86)endif() 看以上代码,判断下就行了 CMAKE_CL_64内建的这个变量,官方文档给出来的解释是: Using the 64 bit compiler from Microsoft
git clone https://github.com/Microsoft/php-sdk-binary-tools.git c:\php-sdk cd c:\php-sdk git checkout php-sdk-2.1.9 or later invoke phpsdk-vc15-x64.bat phpsdk_buildtree phpmaster git clone https://github.com/php/php-src.git && cd php-src, or fetch
Windows编译ejabberd(金庆的专栏)安装 erlang OTP. 添加路径到 PATH, 使 erl 可以运行.git clone ejabberd安装 rebar:git clone git@github.com:rebar/rebar.gitE:\Git\rebar>bootstrap.batescript: exception error: no match of right hand side value "找不到 E:\\Git\\rebar\\ebin\\rebar
windows下使用vs2008中的nmake编译安装openssl的脚本build.bat: echo off & color 0A :: 项目名称 set PROJECT=openssl :: 版本标签 set VESION=OpenSSL_1_0_1l :: 项目路径 set PROJECT_PATH=%cd% :: 代码存放路径 set CODE_PATH="%PROJECT_PATH%\%PROJECT%-%VESION%" ::安装路径 set OPENSSL_IN