@@ -33,8 +33,8 @@ The [*node-oracledb*](https://github.com/oracle/node-oracledb) add-on for Node.j
33
33
The steps below create a Node.js installation for testing. Adjust the
34
34
steps for your environment.
35
35
36
- This node-oracledb release has been tested with Node 0.10, 0.12, 4.2
37
- and 5.0 on 64-bit Oracle Linux and Windows. The add-on can also build
36
+ This node-oracledb release has been tested with Node 0.10, 0.12, 4.2 LTS
37
+ and 5 on 64-bit Oracle Linux and Windows. The add-on can also build
38
38
in some Mac OS X, 32-bit Linux, 32-bit Windows, Solaris and AIX
39
39
environments, but these architectures have not been fully tested.
40
40
@@ -48,7 +48,7 @@ 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
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
51
+ Xcode on OS X. When building with Node 4 onwards, the compiler must support
52
52
C++11. Note the default compiler on Oracle Linux 6 and RHEL 6 does
53
53
not have the required support. Install a newer compiler or upgrade to
54
54
Oracle Linux 7.
@@ -80,7 +80,7 @@ which has Oracle Database 12c pre-installed on Oracle Linux. If you want to in
80
80
own database, installing the free
81
81
[ Oracle Database 11.2 'XE' Express Edition] ( http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html )
82
82
is quick and easy. Other database editions may be downloaded
83
- [ here] ( http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index-092322.html ) . If you want to
83
+ [ here] ( http://www.oracle.com/technetwork/database/enterprise-edition/downloads/ ) . If you want to
84
84
install Oracle Linux yourself, it is free from
85
85
[ here] ( http://public-yum.oracle.com/ ) .
86
86
@@ -89,18 +89,18 @@ install Oracle Linux yourself, it is free from
89
89
### 2.1 Install Node.js
90
90
91
91
Download the
92
- [ Node.js Linux 64-bit binaries] ( http://nodejs.org/download/ ) and
92
+ [ Node.js Linux 64-bit binaries] ( http://nodejs.org ) and
93
93
extract the file, for example into ` /opt ` :
94
94
95
95
```
96
96
cd /opt
97
- tar -zxf node-v0.12.7 -linux-x64.tar.gz
97
+ tar -Jxf node-v4.2.3 -linux-x64.tar.xz
98
98
```
99
99
100
100
Set PATH to include Node.js:
101
101
102
102
```
103
- export PATH=/opt/node-v0.12.7 -linux-x64/bin:$PATH
103
+ export PATH=/opt/node-v4.2.3 -linux-x64/bin:$PATH
104
104
```
105
105
106
106
### 2.2 Install the free Oracle Instant Client 'Basic' and 'SDK' RPMs
@@ -182,18 +182,18 @@ node select1.js
182
182
### 3.1 Install Node.js
183
183
184
184
Download the
185
- [ Node.js Linux 64-bit binaries] ( http://nodejs.org/download/ ) and
185
+ [ Node.js Linux 64-bit binaries] ( http://nodejs.org/ ) and
186
186
extract the file, for example into ` /opt ` :
187
187
188
188
```
189
189
cd /opt
190
- tar -zxf node-v0.12.7 -linux-x64.tar.gz
190
+ tar -Jxf node-v4.2.3 -linux-x64.tar.xz
191
191
```
192
192
193
193
Set PATH to include Node.js:
194
194
195
195
```
196
- export PATH=/opt/node-v0.12.7 -linux-x64/bin:$PATH
196
+ export PATH=/opt/node-v4.2.3 -linux-x64/bin:$PATH
197
197
```
198
198
199
199
### 3.2 Install the free Oracle Instant Client 'Basic' and 'SDK' ZIPs
@@ -309,18 +309,18 @@ Oracle Database.
309
309
### 4.1 Install Node.js
310
310
311
311
Download the
312
- [ Node.js Linux 64-bit binaries] ( http://nodejs.org/download/ ) and
312
+ [ Node.js Linux 64-bit binaries] ( http://nodejs.org/ ) and
313
313
extract the file, for example into ` /opt ` :
314
314
315
315
```
316
316
cd /opt
317
- tar -zxf node-v0.12.7 -linux-x64.tar.gz
317
+ tar -zxf node-v4.2.3 -linux-x64.tar.gz
318
318
```
319
319
320
320
Set your PATH variable to include Node.js:
321
321
322
322
```
323
- export PATH=/opt/node-v0.12.7 -linux-x64/bin:$PATH
323
+ export PATH=/opt/node-v4.2.3 -linux-x64/bin:$PATH
324
324
```
325
325
326
326
### 4.2 Install the add-on
@@ -509,8 +509,8 @@ during build and run time. Otherwise use a 64-bit Node.js with a
509
509
510
510
### 6.2 Install Node.js
511
511
512
- Install the 64-bit Node.js MSI (e.g. node-v0.12.7 -x64.msi) from
513
- [ nodejs.org] ( http://nodejs.org/download/ ) . Make sure the option to
512
+ Install the 64-bit Node.js MSI (e.g. node-v4.2.3 -x64.msi) from
513
+ [ nodejs.org] ( http://nodejs.org/ ) . Make sure the option to
514
514
add the Node and npm directories to the path is selected.
515
515
516
516
### 6.3 Install the free Oracle Instant Client ZIPs
0 commit comments