From ed5140568a259977cd5ee6cf9a9e98b02c2562c7 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 13 Dec 2019 21:13:17 +1100 Subject: [PATCH] [c-host] readme: added dev setup instructions for Windows --- c-host/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/c-host/README.md b/c-host/README.md index cb12373f..22ae16bf 100644 --- a/c-host/README.md +++ b/c-host/README.md @@ -30,6 +30,16 @@ It does now... #### For Windows on Windows +First setup the build environment: + +1. get and install: https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/ +2. select: mingw32-base-bin, mingw32-gcc-g++-bin, msys-base-bin +3. add "C:\MinGW\msys\1.0\bin" and "C:\MinGW\bin" to the system path +4. obtain and install CMake for windows +5. obtain and install GitBash for windows + +Using GitBash checkout the project and use the following commands to compile + ``` mkdir build cd build