You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+34-25Lines changed: 34 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ limitations under the License.
22
22
3.[Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
23
23
4.[Node-oracledb Installation on Linux with a Local Database](#instoh)
24
24
5.[Node-oracledb Installation on OS X with Instant Client](#instosx)
25
-
6.[Node-oracledb Installation on Windows with Instant Client](#instwin)
25
+
6.[Node-oracledb Installation on Windows](#instwin)
26
26
7.[Advanced installation on Linux](#linuxadv)
27
27
28
28
## <aname="overview"></a> 1. Overview
@@ -452,17 +452,20 @@ To run a database on OS X, one option is to use VirtualBox,
452
452
see
453
453
[The Easiest Way to Enable Oracle Database Application Development on Mac OS X](https://blogs.oracle.com/opal/entry/the_easiest_way_to_enable).
454
454
455
-
## <aname="instwin"></a> 6. Node-oracledb Installation on Windows with Instant Client
455
+
## <aname="instwin"></a> 6. Node-oracledb Installation on Windows
456
456
457
457
### 6.1 Install required tools
458
458
459
-
Install a Microsoft C/C++ compiler.
459
+
Install a C/C++ build environment such as Microsoft Visual
460
+
Studio 2013. Compilers supported by Oracle libraries are found in
461
+
Oracle documentation for each version, for example
462
+
[Oracle Database Client Quick Installation Guide 12c Release 1 (12.1) for Microsoft Windows x64 (64-Bit)](https://docs.oracle.com/database/121/NXCQI/toc.htm#NXCQI108).
460
463
461
464
Install Git 1.9 from [git-scm.com](http://git-scm.com/download/win).
462
-
While installing, select the 'Use Git from the Windows Command Prompt'
463
-
in the 'Adjusting your PATH environment' dialog. Select the option to
464
-
"Checkout Windows-style, commit UNIX-style line endings" in the
465
-
"Configuring the line ending conversions" dialog.
465
+
While installing, select the "*Use Git from the Windows Command
466
+
Prompt*" in the "*Adjusting your PATH environment*" dialog. Also
467
+
select the option to "*Checkout Windows-style, commit UNIX-style line
468
+
endings*" in the "*Configuring the line ending conversions*" dialog.
466
469
467
470
Install the Python 2.7 MSI from
468
471
[www.python.org](https://www.python.org/downloads). Select the option
0 commit comments