@@ -640,7 +640,7 @@ Questions and issues can be posted as [GitHub Issues][10].
640640
641641Review the generic [ prerequisites] ( #prerequisites ) .
642642
643- The pre-built binaries were built on macOS High Sierra, 10.13.3
643+ The pre-built binaries were built on macOS High Sierra, 10.13.6
644644
645645Oracle Instant Client libraries are required on macOS. There is no
646646native Oracle Database for macOS but one can easily be run in a Linux
@@ -822,7 +822,7 @@ Download the free 64-bit Instant Client **Basic** ZIP file from
822822
823823 Alternatively move the unzipped Instant Client files to
824824 ` node_modules\oracledb\build\Release ` so the DLLs and other files
825- are in the same directory as the ` node. oracledb` binary. If you do
825+ are in the same directory as the ` oracledb.node ` binary. If you do
826826 this, then ` PATH ` does not need to be set.
827827
828828#### 3.6.5 Optionally create the default Oracle Client configuration directory
@@ -971,15 +971,17 @@ node example.js
971971
972972Node-oracledb binaries can be copied between compatible Windows systems.
973973
974- After node-oracledb has been built on the source computer, copy the
975- ` node_modules\oracledb ` directory to the destination computer's
976- ` node_module ` directory.
974+ After node-oracledb has been built or installed on the source
975+ computer, copy the ` node_modules\oracledb ` directory to the
976+ destination computer's ` node_module ` directory.
977977
978978Both computers must have the same version and architecture (32-bit or
97997964-bit) of Node.js.
980980
981981Oracle client libraries of the same architecture as Node.js should be
982- in the destination computer's ` PATH ` . Note the Oracle client library
982+ in the destination computer's ` PATH ` . They may alternatively be in
983+ the directory ` node_modules\oracledb\build\Release ` where the
984+ ` oracledb.node ` binary is located. Note the Oracle client library
983985versions do not have to be the same on different computers, but
984986node-oracledb behavior and features may then differ.
985987
0 commit comments