Skip to content

Commit 8ab4a81

Browse files
authored
Build docs for WIndows
1 parent 406541e commit 8ab4a81

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@ Along with callout code and Interoperability adapter there's also a test Interop
4545

4646
Development of ObjectScript is done via [cache-tort-git](https://github.com/MakarovS96/cache-tort-git) in UDL mode.
4747
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).

0 commit comments

Comments
 (0)