Skip to content

Commit 6e3a4bd

Browse files
committed
Rename OS X to macOS per Apple's name change
1 parent 46f6056 commit 6e3a4bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
3. [Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
2323
4. [Node-oracledb Installation on Linux with a Local Database](#instoh)
2424
5. [Advanced Installation on Linux](#linuxadv)
25-
6. [Node-oracledb Installation on OS X with Instant Client](#instosx)
25+
6. [Node-oracledb Installation on macOS with Instant Client](#instosx)
2626
7. [Node-oracledb Installation on Windows](#instwin)
2727
8. [Copying node-oracledb Binaries on Windows](#winbins)
2828
9. [Node-oracledb Installation on AIX on Power Systems with Instant Client ZIP files](#instaix)
@@ -37,7 +37,7 @@ steps for your environment.
3737

3838
This node-oracledb release has been tested with Node 0.12, 4,
3939
6 and 7 on 64-bit Oracle Linux and Windows. The add-on can also build
40-
in some Mac OS X, 32-bit Linux, 32-bit Windows, Solaris and AIX
40+
in some macOS, 32-bit Linux, 32-bit Windows, Solaris and AIX
4141
environments, but these architectures have not been fully tested.
4242

4343
### <a name="prerequisites"></a> Prerequisites
@@ -50,7 +50,7 @@ Client 12c you can connect to Oracle Database 10.2 or greater. Use
5050
Oracle Client 11.2 if you need to connect to Oracle Database 9.2.
5151

5252
A compiler is required. Use Visual Studio on Windows, GCC on Linux or
53-
Xcode on OS X. **When building with Node 4 onward, the compiler must
53+
Xcode on macOS. **When building with Node 4 onward, the compiler must
5454
support C++11.** Note the default compiler on Oracle Linux 6 and RHEL 6
5555
does not have the required support. Install a
5656
[newer compiler](https://blogs.oracle.com/opal/entry/getting_a_c_11_compatible)
@@ -72,7 +72,7 @@ AIX on Power Systems | [Node-oracledb Installation on AIX on Power Systems with
7272
Solaris x86-64 (64-Bit) | [Node-oracledb Installation on Oracle Solaris x86-64 (64-Bit) with Instant Client ZIP files](#instsolarisx8664)
7373
Linux. My database is on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
7474
Linux. I have the full Oracle client (installed via `runInstaller`) on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
75-
Apple OS X | [Node-oracledb Installation on OS X with Instant Client](#instosx)
75+
Apple macOS | [Node-oracledb Installation on macOS with Instant Client](#instosx)
7676
Windows | [Node-oracledb Installation on Windows](#instwin)
7777
Another OS with Oracle Database 11.2 or 12c, or client 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.
7878

@@ -463,7 +463,7 @@ This is useful if you will need to upgrade Oracle Instant Client RPMs
463463
to a new major or minor version (for example from 11.2 to 12.1)
464464
without re-installing node-oracledb.
465465
466-
## <a name="instosx"></a> 6. Node-oracledb Installation on OS X with Instant Client
466+
## <a name="instosx"></a> 6. Node-oracledb Installation on macOS with Instant Client
467467
468468
Note: If you use Instant Client 11.2 because you need to connect to
469469
Oracle Database 9.2, refer to
@@ -478,7 +478,7 @@ Building node-oracledb requires Xcode from the Mac App store.
478478
479479
### 6.2 Install Node.js
480480
481-
Download the [Node.js package](http://nodejs.org) for OS X 64-bit and install it.
481+
Download the [Node.js package](http://nodejs.org) for macOS 64-bit and install it.
482482
483483
### 6.3 Install the free Oracle Instant Client 12.1 'Basic' and 'SDK' ZIPs
484484
@@ -549,7 +549,7 @@ Run one of the examples:
549549
node select1.js
550550
```
551551
552-
To run a database on OS X, one option is to use VirtualBox,
552+
To run a database on macOS, one option is to use VirtualBox,
553553
see
554554
[The Easiest Way to Install Oracle Database on Mac OS X](https://blogs.oracle.com/opal/entry/the_easiest_way_to_enable).
555555

0 commit comments

Comments
 (0)