Skip to content

Commit 1421110

Browse files
authored
Develop (#13)
* add source * edit readme * Update README.md * Update README.md
1 parent f14104a commit 1421110

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Latest news
22
public my source
3-
43
update version 1.0.6
54
- bugfix
65

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

6261
# How to compile
6362

63+
https://github.com/aws/aws-sdk-cpp.git
6464
git clone aws-sdk-cpp
65-
```
66-
[aws/aws-sdk-cpp: AWS SDK for C++ - GitHub](https://github.com/aws/aws-sdk-cpp.git)
67-
```
6865

6966
compile macOS static library
70-
```
7167
brew install cmake
72-
cmake -DCUSTOM_MEMORY_MANAGEMENT=1 -DSTATIC_LINKING=1 -DBUILD_ONLY="core;monitoring;s3;dynamodb"
68+
cmake -DCUSTOM_MEMORY_MANAGEMENT=1 -DSTATIC_LINKING=1 -DBUILD_ONLY="core;s3;dynamodb"
7369
make install
74-
```
70+
and build to xcode
71+

0 commit comments

Comments
 (0)