Skip to content

Commit

Permalink
Develop (#13)
Browse files Browse the repository at this point in the history
* add source

* edit readme

* Update README.md

* Update README.md
  • Loading branch information
touchduck authored Nov 16, 2020
1 parent f14104a commit 1421110
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Latest news
public my source

update version 1.0.6
- bugfix

Expand Down Expand Up @@ -61,14 +60,12 @@ When you run it again, Keep width and order of columns

# How to compile

https://github.com/aws/aws-sdk-cpp.git
git clone aws-sdk-cpp
```
[aws/aws-sdk-cpp: AWS SDK for C++ - GitHub](https://github.com/aws/aws-sdk-cpp.git)
```

compile macOS static library
```
brew install cmake
cmake -DCUSTOM_MEMORY_MANAGEMENT=1 -DSTATIC_LINKING=1 -DBUILD_ONLY="core;monitoring;s3;dynamodb"
cmake -DCUSTOM_MEMORY_MANAGEMENT=1 -DSTATIC_LINKING=1 -DBUILD_ONLY="core;s3;dynamodb"
make install
```
and build to xcode

0 comments on commit 1421110

Please sign in to comment.