summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md')
-rw-r--r--vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md b/vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md
new file mode 100644
index 0000000..047b4b0
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/CRT_INSTRUCTIONS.md
@@ -0,0 +1,4 @@
+## Building and enabling the Common Run Time
+
+1. **Follow instructions on crt repo** – Clone and build the repo as shown [here][https://github.com/awslabs/aws-crt-php].
+1. **Enable the CRT** – add the following line to your php.ini file `extension=path/to/aws-crt-php/modules/awscrt.so` \ No newline at end of file