@@ -36,7 +36,7 @@ The steps below create a Node.js installation for testing. Adjust the
36
36
steps for your environment.
37
37
38
38
This 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
40
40
on macOS, and some 32-bit Linux, 32-bit Windows, Solaris and AIX
41
41
environments, but these architectures have not been fully tested.
42
42
@@ -554,7 +554,7 @@ alternatively refer to.
554
554
### <a name =" winprereqs " ></a > 7.1 Install Prerequisites
555
555
556
556
Install 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
558
558
[ Oracle documentation] ( https://docs.oracle.com/en/database/ ) for each version, for example
559
559
[ Oracle Database Client Installation Guide 12c Release 2 (12.2) for Microsoft Windows] ( https://docs.oracle.com/database/122/NTCLI/toc.htm ) .
560
560
@@ -575,7 +575,7 @@ instructions below use a 64-bit stack.
575
575
576
576
### 7.2 Install Node.js
577
577
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
579
579
[ nodejs.org] ( http://nodejs.org/ ) . Make sure the option to
580
580
add the Node and npm directories to the path is selected.
581
581
@@ -727,6 +727,12 @@ example:
727
727
export http_proxy=http://my-proxy.example.com:80/
728
728
```
729
729
730
+ Set the compiler to GCC:
731
+
732
+ ```
733
+ export CC=gcc
734
+ ```
735
+
730
736
Install node-oracledb from the
731
737
[ npm registry] ( https://www.npmjs.com/package/oracledb ) :
732
738
0 commit comments