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
+101-3Lines changed: 101 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ limitations under the License.
21
21
2.[Node-oracledb Installation on Linux with Instant Client RPMs](#instrpm)
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
-
5.[Advanced installation on Linux](#linuxadv)
24
+
5.[Node-oracledb Installation on OS X with Instant Client ZIP files](#instosx)
25
+
6.[Advanced installation on Linux](#linuxadv)
25
26
26
27
## <aname="overview"></a> 1. Overview
27
28
@@ -58,7 +59,7 @@ Linux. My database is on another machine. | [Node-oracledb Installation on Lin
58
59
Solaris. My database is on another machine. | [Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
59
60
Linux or Solaris, with a database on the same machine. | [Node-oracledb Installation on Linux with a Local Database](#instoh)
60
61
Linux or Solaris, with the full Oracle client (installed via runInstaller) on the same machine. | [Node-oracledb Installation on Linux with a Local Database](#instoh)
61
-
Mac OS X. | [Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
62
+
Mac OS X. | [Node-oracledb Installation on OS X with Instant Client ZIP files](#instosx)
62
63
Another OS with Oracle 11.2 or 12.1 libraries available | Update binding.gyp and make any code changes required, sign the [OCA](https://www.oracle.com/technetwork/community/oca-486395.html), and submit a pull request with your patch (Windows support is already being worked on).
63
64
64
65
### Other Resources Useful for node-oracledb
@@ -351,8 +352,105 @@ Run one of the examples:
351
352
```
352
353
node examples/select1.js
353
354
```
355
+
356
+
## <aname="instosx"></a> 5. Node-oracledb Installation on OS X with Instant Client ZIP files
354
357
355
-
## <aname="linuxadv"></a> 5. Advanced installation on Linux
358
+
### 5.1 Install Xcode
359
+
360
+
Building node-oracledb requires Xcode from the Mac App store.
0 commit comments