From bce2f16460636d0679b0af76b869d8198deba6ab Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 4 Oct 2022 23:48:12 -0400 Subject: [PATCH] Mention c++17 in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41b601dc6..e16e4beb1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ More relevant links: ## Installation +In addition to Rust, installation requires a c++ compiler that supports c++17. +Modern releases of gcc and clang, as well as Visual Studio 2019+ should work. + * Step 1: `rustup component add rust-src`. * Step 2: Install `dylint`