@@ -36,7 +36,7 @@ The steps below create a Node.js installation for testing. Adjust the
3636steps for your environment.
3737
3838This node-oracledb release has been tested with Node 4,
39- 6 and 7 on 64-bit Oracle Linux and Windows. The add-on can also build
39+ 6 and 8 on 64-bit Oracle Linux and Windows. The add-on can also build
4040on macOS, and some 32-bit Linux, 32-bit Windows, Solaris and AIX
4141environments, but these architectures have not been fully tested.
4242
@@ -554,7 +554,7 @@ alternatively refer to.
554554### <a name =" winprereqs " ></a > 7.1 Install Prerequisites
555555
556556Install a C/C++ build environment such as Microsoft Visual
557- Studio 2013. To build with Node 6 or later, use VS 2015. Compilers supported by Oracle libraries are found in
557+ Studio 2015. Compilers supported by Oracle libraries are found in
558558[ Oracle documentation] ( https://docs.oracle.com/en/database/ ) for each version, for example
559559[ Oracle Database Client Installation Guide 12c Release 2 (12.2) for Microsoft Windows] ( https://docs.oracle.com/database/122/NTCLI/toc.htm ) .
560560
@@ -575,7 +575,7 @@ instructions below use a 64-bit stack.
575575
576576### 7.2 Install Node.js
577577
578- Install the 64-bit Node.js MSI (e.g. node-v6.9.4 -x64.msi) from
578+ Install the 64-bit Node.js MSI (e.g. node-v6.11.0 -x64.msi) from
579579[ nodejs.org] ( http://nodejs.org/ ) . Make sure the option to
580580add the Node and npm directories to the path is selected.
581581
@@ -727,6 +727,12 @@ example:
727727export http_proxy=http://my-proxy.example.com:80/
728728```
729729
730+ Set the compiler to GCC:
731+
732+ ```
733+ export CC=gcc
734+ ```
735+
730736Install node-oracledb from the
731737[ npm registry] ( https://www.npmjs.com/package/oracledb ) :
732738
0 commit comments