Skip to content

Commit bd5077f

Browse files
committed
Another C++11 clarification
1 parent 16d7b94 commit bd5077f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

INSTALL.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ client-server network compatibility applies. For example, with Oracle
4747
Client 12.1 you can connect to Oracle Database 10.2 or greater. Use
4848
Oracle Client 11.2 if you need to connect to Oracle Database 9.2.
4949

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.
5455

5556
Python 2.7 is needed by node-gyp. If another version of Python occurs
5657
first in your binary path then, when you install node-oracledb, use

0 commit comments

Comments
 (0)