From af799ffab33a5805ac1161953f5fcf8d623854b3 Mon Sep 17 00:00:00 2001 From: Justin Boswell Date: Tue, 17 Nov 2020 15:11:34 -0800 Subject: [PATCH] Updated README (#4) --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 847260c..a1a3dd9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -## My Project +# AWS Common Runtime PHP bindings -TODO: Fill this README out! +## Requirements +* PHP 5.5 +* CMake 3.x +* GCC 4.4+, clang, MSVC -Be sure to: - -* Change the title in this README -* Edit your repository description on GitHub +## Building +```sh +$ ./configure +$ make && make test +``` ## Security