File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,17 @@ Along with callout code and Interoperability adapter there's also a test Interop
45
45
46
46
Development of ObjectScript is done via [ cache-tort-git] ( https://github.com/MakarovS96/cache-tort-git ) in UDL mode.
47
47
Development of C code is done in Eclipse.
48
+
49
+ # Building
50
+
51
+ ## Windows
52
+
53
+ 1 . Install [ MinGW-w64] ( https://sourceforge.net/projects/mingw-w64/ ) you'll need ` mak ` and ` gcc `
54
+ 2 . Set ` GLOBALS_HOME ` environment variable to the root of Caché or Ensemble installation.
55
+ 3 . Set ` PYTHONHOME ` environment variable to the root of Python3 installation. Usually ` C:\Users\<User>\AppData\Local\Programs\Python\Python3<X> `
56
+ 4 . Open MinGW bash.
57
+ 5 . In ` Repository\c\ ` execute ` make ` .
58
+
59
+ ## Linux
60
+
61
+ TBD. Get the binary from releases page (built for 3.6).
You can’t perform that action at this time.
0 commit comments