Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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)
(todo: fill in mor documentation)