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-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Async APIs return promises if callback function is not used. Async APIs supports
51
51
52
52
-**For Windows Subsystem for Linux (WSL):** Install `build-essentials` package before installing `ibm_db`.
53
53
54
-
-**For MacOS:** Install XCode from appstore before installing `ibm_db`. Also, gcc@8 and `make` is required.
54
+
-**For MacOS:** Install XCode from appstore before installing `ibm_db`. Also, gcc@12 and `make` is required.
55
55
56
56
- On distributed platforms, you do need not to install any Db2 ODBC client driver for connectivity. `ibm_db` itself downloads and installs an odbc/cli driver from IBM website during installation. Just install `ibm_db` and it is ready for use.
57
57
@@ -66,13 +66,9 @@ Async APIs return promises if callback function is not used. Async APIs supports
66
66
npm 3.10.10<br>
67
67
ibm_db: 2.8.1
68
68
69
-
- Recommended version of node.js is >= V16.X. For node.js version < 14.X and `ibm_db` version > 2.4.1, Visual Studio is required to install `ibm_db` on Windows.
69
+
- Recommended version of node.js is >= V16.X. For node.js version < 16.X and `ibm_db` version > 2.4.1, Visual Studio is required to install `ibm_db` on Windows.
70
70
71
-
- For Node.js >= V15.x on RHEL and RHEL 8.x, GCC v8.2.1 is required.
72
-
73
-
- ⚠️ **For Node.js v24.x :** native C++ code compilation fails due to an error in the nan package. However, installation succeeds by downloading a precompiled binary.
74
-
75
-
- The latest node.js version using which `ibm_db` is tested: **24.2.0**
71
+
- The latest node.js version using which `ibm_db` is tested: **24.7.0**
0 commit comments