File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,12 @@ Development of C code is done in Eclipse.
59
59
60
60
## Windows
61
61
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 ` .
67
68
68
69
## Linux
69
70
You can’t perform that action at this time.
0 commit comments