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
+3-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ the development efforts by submitting pull requests and sending us feedback and
24
24
* Amazon Linux
25
25
* Windows
26
26
* Mac
27
-
27
+
28
28
### Building From Source:
29
29
30
30
#### To create an **out-of-source build**:
@@ -42,11 +42,12 @@ the development efforts by submitting pull requests and sending us feedback and
42
42
cd<BUILD_DIR>
43
43
cmake <path-to-root-of-this-source-code> \
44
44
-DCMAKE_BUILD_TYPE=Debug \
45
-
-DCMAKE_PREFIX_PATH=<path-to-install> \
45
+
-DCMAKE_INSTALL_PREFIX=<path-to-install> \
46
46
-DBUILD_ONLY="s3"
47
47
cmake --build . --config=Debug
48
48
cmake --install . --config=Debug
49
49
```
50
+
50
51
**_NOTE:_** BUILD_ONLY is an optional flag used to list only the services you are using. Building the whole sdk can take a long time. Also check out the list of [CMake parameters](./docs/CMake_Parameters.md)
0 commit comments