You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,14 @@ The following video explains many of the core features and also high-level SDKs
17
17
###Building the SDK:
18
18
Use the information below to build the entire source tree for your platform, run unit tests, and build integration tests.
19
19
20
-
####Minimum Compiler Versions:
20
+
####Minimum Requirements:
21
21
* Visual Studio 2013 or later
22
-
..* Visual Studio 2013 does not provide default move constructors and operators.
23
-
..* Later versions of Visual Studio provide a standards-compliant compiler.
24
-
* GNU Compiler Collection (GCC) 4.9 or later
25
-
* Clang 3.3 or later
22
+
* Visual Studio 2013 does not provide default move constructors and operators.
23
+
* Later versions of Visual Studio provide a standards-compliant compiler.
24
+
* OR GNU Compiler Collection (GCC) 4.9 or later
25
+
* OR Clang 3.3 or later
26
+
* 4GB of RAM
27
+
* 4GB of RAM is required to build some of the larger clients. The SDK build may fail on EC2 instance types t2.micro, t2.small and other small instance types due to insufficient memory.
26
28
27
29
####Creating an Out-of-Source Build (Recommended):
0 commit comments