File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,11 @@ client-server network compatibility applies. For example, with Oracle
47
47
Client 12.1 you can connect to Oracle Database 10.2 or greater. Use
48
48
Oracle Client 11.2 if you need to connect to Oracle Database 9.2.
49
49
50
- A compiler supporting C++11 is required. Use Visual Studio on
51
- Windows, gcc on Linux or Xcode on OS X. Note the default compiler on
52
- Oracle Linux 6 and RHEL 6 does not have the required support. Install
53
- a newer compiler or upgrade to Oracle Linux 7.
50
+ A compiler is required. Use Visual Studio on Windows, gcc on Linux or
51
+ Xcode on OS X. When building with Node 4 onwards, it must support
52
+ C++11. Note the default compiler on Oracle Linux 6 and RHEL 6 does
53
+ not have the required support. Install a newer compiler or upgrade to
54
+ Oracle Linux 7.
54
55
55
56
Python 2.7 is needed by node-gyp. If another version of Python occurs
56
57
first in your binary path then, when you install node-oracledb, use
You can’t perform that action at this time.
0 commit comments