You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,16 @@ CNA provides an interface for using native C-compatible shared libraries without
22
22
###Windows###
23
23
24
24
For Windows-based systems you can try to do the same as for Linux (for building you may use [mingw32](http://www.mingw.org/) or [mingw32-w64](http://mingw-w64.sourceforge.net/)). Or you can just download [binary files](https://github.com/intersystems-ru/cna/releases). **Note: types (32-bit or 64-bit) of libcna, current Caché installation and external libraries must be equal.**
25
+
For building you can use [MSYS2](http://msys2.github.io/).
26
+
How to:
27
+
28
+
1. Install MSYS,
29
+
2. Then run correct bash (32 or 64)
30
+
3. Install make, textinfo with ```pacman -S make, textinfo```
31
+
- For 64bit install mingw-w64-x86_64-gcc with ```pacman -S mingw-w64-x86_64-gcc```
0 commit comments