From 1629ad71b7a1c7085d57a89208b0f9e741b7f7ea Mon Sep 17 00:00:00 2001 From: nuttwerx Date: Thu, 8 Feb 2018 16:10:16 +0100 Subject: [PATCH] Update README.md Add visual studio requirement & corrected sim run command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60fcc71..cb87536 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1. Be on Windows - The simulator should work on Mac and probably linux, but the FCU is a compiled DLL and will only work on Windows (tested on 8.1, 10.x should also be fine). I've had good success with parallels and Windows 8.1. + The simulator should work on Mac and probably linux, but the FCU is a compiled DLL and will only work on Windows (tested on 8.1, 10.x should also be fine). I've had good success with parallels and Windows 8.1. You wil also need Visual Studio's C++ toolset (VC++ 2017 v141 toolset (x86,x64)) - Visual Studio 2017's [community edition](https://www.visualstudio.com/vs/) with the aforementioned toolset should work (you might be able to also get the toolset without Visual Studio). 2. Make a directory and check out the following repositories as siblings: @@ -60,7 +60,7 @@ __Remember: You will need to do this at the start of any session working with th 8. Run the simulator (from the top level of eng-embed-sim) ``` - python rloopsim/sim.py conf/sim_config.py + python rloopsim/sim.py conf/sim_config.yaml ``` -(todo: fill in mor documentation) \ No newline at end of file +(todo: fill in mor documentation)