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
CNGSDK_INCL_DIR = "/IC:\Program Files\Microsoft CNG Development Kit\Include"
65
-
!ENDIF</code></pre>
66
-
```
67
-
68
49
## Build Configuration
69
50
70
51
### Edit `Make.rules.mak`
@@ -76,44 +57,13 @@ Change `win32/Make.rules.mak` according to your desired build configuration. Spe
76
57
*`OPENPACE_DEF` and `OPENPACE_DIR` for OpenPACE
77
58
*`ZLIBSTATIC_DEF`, `ZLIB_LIB` and `ZLIB_INCL_DIR` for zlib
78
59
79
-
### Creation of Build Source Files
80
-
81
-
#### Creating Built Source Files Using Autoconf
82
-
83
-
Use [Cygwin](https://cygwin.com/install.html) or [MSYS2](http://www.msys2.org/) to install
84
-
85
-
* autoconf
86
-
* automake
87
-
* libtool
88
-
* make
89
-
* gcc or mingw-w64 (will not be used for build)
90
-
* pkg-config
91
-
92
-
Open a Cygwin/MSYS2 terminal or console and change to the OpenSC directory (the previously installed tools need to be found in the `%PATH%`). Create the built source files:
0 commit comments