Skip to content

Commit b3c6af1

Browse files
authored
Build on Windows
1 parent c9de72a commit b3c6af1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ Development of C code is done in Eclipse.
5959

6060
## Windows
6161

62-
1. Install [MinGW-w64](https://sourceforge.net/projects/mingw-w64/) you'll need `mak` and `gcc`
63-
2. Set `GLOBALS_HOME` environment variable to the root of Caché or Ensemble installation.
64-
3. Set `PYTHONHOME` environment variable to the root of Python3 installation. Usually `C:\Users\<User>\AppData\Local\Programs\Python\Python3<X>`
65-
4. Open MinGW bash.
66-
5. In `<Repository>\c\` execute `make`.
62+
1. Install [MinGW-w64](https://sourceforge.net/projects/mingw-w64/) you'll need `make` and `gcc`.
63+
2. Rename `mingw32-make.exe` to `make.exe` in `mingw64\bin` directory.
64+
3. Set `GLOBALS_HOME` environment variable to the root of Caché or Ensemble installation.
65+
4. Set `PYTHONHOME` environment variable to the root of Python3 installation. Usually `C:\Users\<User>\AppData\Local\Programs\Python\Python3<X>`
66+
5. Open MinGW bash (`mingw64env.cmd`).
67+
6. In `<Repository>\c\` execute `make`.
6768

6869
## Linux
6970

0 commit comments

Comments
 (0)