diff --git a/documentation/README.darwin.html b/documentation/README.darwin.html index 23725aad0..f909cc562 100644 --- a/documentation/README.darwin.html +++ b/documentation/README.darwin.html @@ -19,8 +19,8 @@ of my Bash login script (~/.bash_login): # # EPICS # -EPICS_BASE="${HOME}/src/EPICS/work/epics/base" -EPICS_EXTENSIONS="${HOME}/src/EPICS/work/epics/extensions" +EPICS_BASE="${HOME}/src/EPICS/base" +EPICS_EXTENSIONS="${HOME}/src/EPICS/extensions" . "${EPICS_BASE}"/startup/Site.profile @@ -37,7 +37,7 @@ Run make.
  • As distributed, EPICS on Mac OS X uses the default command line input -routines. IOC applications are much more pleasant to interact with if +routines. IOC applications are more pleasant to interact with if either the readline or libtecla library is used. The easiest way to get either or both of these libraries on to your system is to download and install them using the either the DarwinPorts