Skip to content

Commit 421a69a

Browse files
author
Justin Boswell
authored
Update to get static CRT support from aws-c-common, doc update (aws#121)
* Updated to v0.4.45 of aws-c-common * doc update for STATIC_CRT
1 parent 6119e7e commit 421a69a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ More protocols and utilities are coming soon, so stay tuned.
1515
## Building
1616

1717
The C99 libraries are already included for your convenience as submodules. If you would like to have us build them
18-
by default, be sure to either perform a recursive clone `git clone --recursive` or initialize the submodules via.
18+
by default, be sure to either perform a recursive clone `git clone --recursive` or initialize the submodules via.
1919
`git submodule update --init`. Then, to build, specify the `-DBUILD_DEPS=ON` CMake argument.
2020

2121
If you want to manage these dependencies manually (e.g. you're using them in other projects), simply specify
2222
`-DCMAKE_PREFIX_PATH` to point to the absolute path where you have them installed.
2323

24+
### MSVC
25+
If you want to use a statically linked MSVCRT (/MT, /MTd), you can add `-DSTATIC_CRT=ON` to your cmake configuration.
26+
2427
## Dependencies?
2528

2629
### Windows and Apple

0 commit comments

Comments
 (0)