diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 19:54:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-31 19:54:31 +0300 |
commit | 5d6ab00637d6ff83ba9c1871a2180f6dcc524f69 (patch) | |
tree | e51cc261cc31204b7aafd77fc5a2bdc85546f1f2 /README.md | |
parent | add `make install`, `make test`, etc. (diff) | |
download | aes-tools-5d6ab00637d6ff83ba9c1871a2180f6dcc524f69.tar.gz aes-tools-5d6ab00637d6ff83ba9c1871a2180f6dcc524f69.zip |
README: update
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,9 +10,11 @@ Development Build using CMake. Depends on Boost.{Filesystem,Program_options}. +The project is Windows-only, so building with either MSVC or MinGW-w64 is +required. There's a Makefile with useful shortcuts to build the project in the .build/ -directory along with the dependencies: +directory along with the dependencies (defaults to building with MinGW-w64): make deps make build |