Skip to content

Commit 1473658

Browse files
committed
Update supported version list
1 parent 7cef29d commit 1473658

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

INSTALL.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The steps below create a Node.js installation for testing. Adjust the
3636
steps for your environment.
3737

3838
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
4040
on macOS, and some 32-bit Linux, 32-bit Windows, Solaris and AIX
4141
environments, 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

556556
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
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
580580
add the Node and npm directories to the path is selected.
581581

@@ -727,6 +727,12 @@ example:
727727
export http_proxy=http://my-proxy.example.com:80/
728728
```
729729

730+
Set the compiler to GCC:
731+
732+
```
733+
export CC=gcc
734+
```
735+
730736
Install node-oracledb from the
731737
[npm registry](https://www.npmjs.com/package/oracledb):
732738

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The node-oracledb add-on for Node.js powers high performance Oracle
66
Database applications.
77

8-
Use node-oracledb to connect Node.js 4, 6, 7 and 8 to Oracle Database.
8+
Use node-oracledb to connect Node.js 4, 6, and 8 to Oracle Database.
99

1010
The add-on is stable, well documented, and has a comprehensive test suite.
1111

0 commit comments

Comments
 (0)