mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
address comments
This commit is contained in:
@@ -21,7 +21,6 @@ CMAKE_CONFIGURE = $(CMAKE) \
|
|||||||
-DCMAKE_INSTALL_PREFIX=$(INT_DIR) \
|
-DCMAKE_INSTALL_PREFIX=$(INT_DIR) \
|
||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE) \
|
-DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE) \
|
||||||
-DCMAKE_CXX_COMPILER_FORCED=True \
|
|
||||||
$(CMAKE_USE_OPENSSL) \
|
$(CMAKE_USE_OPENSSL) \
|
||||||
$(CMAKE_PREFIX_PATH)
|
$(CMAKE_PREFIX_PATH)
|
||||||
CMAKE_BUILD = CMAKE_BUILD_PARALLEL_LEVEL='' $(CMAKE) --build
|
CMAKE_BUILD = CMAKE_BUILD_PARALLEL_LEVEL='' $(CMAKE) --build
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
CMAKE=cmake.exe
|
CMAKE=cmake.exe
|
||||||
PHP_BINARY=$(PHP_PREFIX)\php.exe
|
PHP_BINARY=$(PHP_PREFIX)\php.exe
|
||||||
|
|
||||||
CMAKE_CONFIGURE = $(CMAKE) -DCMAKE_INSTALL_PREFIX=$(AWSCRT_DIR)\build\install -DCMAKE_PREFIX_PATH=$(AWSCRT_DIR)\build\install -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE) -DCMAKE_CXX_COMPILER_FORCED=True
|
CMAKE_CONFIGURE = $(CMAKE) -DCMAKE_INSTALL_PREFIX=$(AWSCRT_DIR)\build\install -DCMAKE_PREFIX_PATH=$(AWSCRT_DIR)\build\install -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=$(CMAKE_BUILD_TYPE)
|
||||||
CMAKE_BUILD = $(CMAKE) --build
|
CMAKE_BUILD = $(CMAKE) --build
|
||||||
CMAKE_BUILD_TYPE = Release
|
CMAKE_BUILD_TYPE = Release
|
||||||
CMAKE_TARGET = --config $(CMAKE_BUILD_TYPE) --target install
|
CMAKE_TARGET = --config $(CMAKE_BUILD_TYPE) --target install
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* GCC 4.4+, clang 3.8+ on UNIX, Visual Studio build tools on Windows
|
* GCC 4.4+, clang 3.8+ on UNIX, Visual Studio build tools on Windows
|
||||||
* Tests require [Composer](https://getcomposer.org)
|
* Tests require [Composer](https://getcomposer.org)
|
||||||
|
|
||||||
## Installation
|
## Installing with Composer and PECL
|
||||||
|
|
||||||
The package has two different package published to [composer](https://packagist.org/packages/aws/aws-crt-php) and [PECL](https://pecl.php.net/package/awscrt).
|
The package has two different package published to [composer](https://packagist.org/packages/aws/aws-crt-php) and [PECL](https://pecl.php.net/package/awscrt).
|
||||||
|
|
||||||
@@ -23,7 +23,8 @@ On Windows, you need to build from source as instruction written below for the n
|
|||||||
composer require aws/aws-crt-php
|
composer require aws/aws-crt-php
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building on UNIX
|
## Building from Github source
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git clone --recursive https://github.com/awslabs/aws-crt-php.git
|
$ git clone --recursive https://github.com/awslabs/aws-crt-php.git
|
||||||
$ cd aws-crt-php
|
$ cd aws-crt-php
|
||||||
|
|||||||
Reference in New Issue
Block a user