aws / aws-greengrass-core-sdk-c

SDK to use with functions running on Greengrass Core using C
https://aws.github.io/aws-greengrass-core-sdk-c/
Apache License 2.0
27 stars 13 forks source link

Update readme with complete instructions on building #4

Closed TerrinEager closed 5 years ago

TerrinEager commented 5 years ago

Please add "make install" in your readme file just below CMake -build

amzn-xyxu commented 5 years ago

"make install" is intentionally left out from the instructions, since we have only provided the SDK for testing and building lambda by users but not for installing purposes. We link the SDK's shared object or .so file with the lambda at the runtime and this shared object is bundled with Greengrass Core software.