From c92eebd5c46b626b41b4ad1918f90912eae04431 Mon Sep 17 00:00:00 2001 From: Will Eccles Date: Fri, 9 Sep 2022 11:58:23 -0400 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01b59c5..1e62e0c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ interface definitions. This includes: - Optionally generates a makefile to build the model for VeriStand - Optionally generates a batch file to use NI's toolchain to build with the generated makefile - - Supported architectures: Linux x86_64, Windows x86 and x64\* + - Supported architectures: Linux x86_64, Windows x86 and x64\* - The generated code stands alone and does not need to be edited, making it safe to regenerate without erasing user code - Generates function prototypes to be defined elsewhere which implement the @@ -43,7 +43,7 @@ don't need to change unless you change specific things. This way you can safely regenerate the VeriStand model source without accidentally overwriting your model's code! -\* *Building for Windows requires Visual Studio 2017 or newer +\**Building for Windows requires Visual Studio 2017 or newer installed with the C/C++ build tools included.* ## Usage Example