From 263c8a1495e177118be1bc1c92dade7462c04bce Mon Sep 17 00:00:00 2001 From: Marc DeGraef Date: Sun, 4 Dec 2022 07:40:22 -0500 Subject: [PATCH] updates ReadMe.md file --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a993aad..b2c457f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -15,8 +15,8 @@ source code base. Note that this SDK can co-exist alongside the regular SDK buil ## Prerequisites ## -+ CMake 3.15.x installed on system -+ Compiler Suite installed on system ++ CMake 3.15.x or later installed on system (preferably 3.25) ++ Compiler Suite installed on system + Fortran compiler installed on system + Git installed on the system @@ -56,7 +56,7 @@ Git verison 2.x is required. 1. Install your compiler tools 2. Install CMake on your system -3. Install a Fortran compiler on your system +3. Install a Fortran compiler on your system (use "brew install gcc") 4. Install Git on your system 5. Clone this repository onto your hard disk. 6. open a terminal and invoke the following commands