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: utils/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@
6
6
Determines how NodeGit should build. Use `BUILD_ONLY` environment variable to build from source.
7
7
8
8
## discoverOpenSSLDistros
9
-
Crawls a series of static links on the [Conan package manager](https://conan.io/) for the [latest release of OpenSSL](https://bintray.com/conan-community/conan/OpenSSL%3Aconan#files/conan%2FOpenSSL%2F1.1.0i) (1.1.0i at the time of writing). It acquires statically linked binaries and header files of OpenSSL for Mac and Windows. The provided binaries are compiled on:
9
+
Crawls a series of static URLS on the [Conan package manager](https://conan.io/) for the [latest release of OpenSSL](https://bintray.com/conan-community/conan/OpenSSL%3Aconan#files/conan%2FOpenSSL%2F1.1.0i) (1.1.0i at the time of writing). It acquires URLS for releases of statically linked binaries and header files of OpenSSL for Mac and Windows. The provided binaries are compiled on:
10
10
11
11
* Mac: clang-8.1 or clang-9.
12
12
* Windows: vs12, vs14, vs15
13
13
14
14
The discovered distributions are written into `vendor/openssl_distributions.json`. This script does not need to be run unless you are updating the version of OpenSSL to build against.
15
15
16
16
### acquireOpenSSL
17
-
Download the OpenSSL binaries and headers applicable to the current OS for the latest compiler version (clang-9/vs15).
17
+
Download the OpenSSL binaries and headers applicable to the current OS for the latest compiler version (clang-9/vs15). Uses links from `vendor/openssl_distributions.json`.
18
18
19
19
TODO:
20
-
* Make the script pull the debug versions if node-gyp is building in debug mode
21
-
* Make the script pull down a version of the binaries that matches the sytem compiler
20
+
* Make the script pull the debug versions if node-gyp is building in debug mode
21
+
* Make the script pull down a version of the binaries that matches the system compiler
0 commit comments