Skip to content

Commit 043ea1b

Browse files
vahidkay-metafacebook-github-bot
authored andcommitted
Added a missing line to readme file (#477)
Summary: Going through the steps, I got a build error and looking into the problem I realised the submodules were not fetched. Pull Request resolved: #477 Reviewed By: adshastri Differential Revision: D43161233 Pulled By: haochenuw fbshipit-source-id: c54f97617d813d97add04d8d8cf678f3810cd452
1 parent 0b07a28 commit 043ea1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ sudo apt-get install -y libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libp
182182
# TODO: add version control
183183
git clone https://github.com/aws/aws-sdk-cpp.git
184184
cd aws-sdk-cpp || exit
185+
git submodule update --init --recursive
185186
mkdir build
186187
cd build || exit
187188
# -DCUSTOM_MEMORY_MANAGEMENT=0 is added to avoid Aws::String and std::string issue

0 commit comments

Comments
 (0)