aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 19:54:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-31 19:54:31 +0300
commit5d6ab00637d6ff83ba9c1871a2180f6dcc524f69 (patch)
treee51cc261cc31204b7aafd77fc5a2bdc85546f1f2
parentadd `make install`, `make test`, etc. (diff)
downloadaes-tools-5d6ab00637d6ff83ba9c1871a2180f6dcc524f69.tar.gz
aes-tools-5d6ab00637d6ff83ba9c1871a2180f6dcc524f69.zip
README: update
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23147b9..e06532f 100644
--- a/README.md
+++ b/README.md
@@ -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