Skip to content

Commit d08d2d3

Browse files
committed
Merge pull request #97 from prestomation/master
Updated README with memory requirements
2 parents f0f3c6f + 0fe7bc6 commit d08d2d3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ The following video explains many of the core features and also high-level SDKs
1717
###Building the SDK:
1818
Use the information below to build the entire source tree for your platform, run unit tests, and build integration tests.
1919

20-
####Minimum Compiler Versions:
20+
####Minimum Requirements:
2121
* 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.
2628

2729
####Creating an Out-of-Source Build (Recommended):
2830
To create an **out-of-source build**:

0 commit comments

Comments
 (0)