Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 36dc4c9

Browse files
katmsftvinjiang
authored andcommitted
Updated documentation for cpprestsdk 2.10.10 build step on Linux
1 parent c90e2a4 commit 36dc4c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ git checkout tags/v2.10.10 -b v2.10.10
214214
- Build the project in Release mode
215215
```bash
216216
cd cpprestsdk/Release
217+
git submodule update --init
217218
mkdir build.release
218219
cd build.release
219220
CXX=g++-4.8 cmake .. -DCMAKE_BUILD_TYPE=Release -DWERROR=OFF -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF
@@ -323,6 +324,7 @@ git checkout tags/v2.10.10 -b v2.10.10
323324
- Build the project in Release mode
324325
```bash
325326
cd cpprestsdk/Release
327+
git submodule update --init
326328
mkdir build.release
327329
cd build.release
328330
cmake .. -DCMAKE_BUILD_TYPE=Release -DWERROR=OFF -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF
@@ -438,6 +440,7 @@ git checkout tags/v2.10.10 -b v2.10.10
438440
- Build the project in Release mode
439441
```bash
440442
cd cpprestsdk/Release
443+
git submodule update --init
441444
mkdir build.release
442445
cd build.release
443446
cmake .. -DCMAKE_BUILD_TYPE=Release -DWERROR=OFF -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++

0 commit comments

Comments
 (0)