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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ npm install sqlanywhere
9
9
```
10
10
#### Prerequisites
11
11
This driver communicates with the native SQL Anywhere libraries, and thus requires
12
-
native compilation. Native compilation is managed by [`node-gyp`](https://github.com/TooTallNate/node-gyp/). Please see that project for additional prerequisites including Python 2.7, and C/C++ tool chain.
12
+
native compilation. Native compilation is managed by [`node-gyp`](https://github.com/TooTallNate/node-gyp/). Please see that project for additional prerequisites including Python and a C/C++ tool chain.
13
13
14
14
The official version hosted on NPM includes precompiled libraries for Windows (64-bit).
15
15
@@ -24,6 +24,8 @@ Versions supported:
24
24
<tr><td>1.0.23</td><td>10.x</td></tr>
25
25
<tr><td>1.0.24<td><b>Only</b> 5.x through 10.x (support for 0.10, 0.12, and 4.x is dropped)</td></tr>
0 commit comments