From cc79bd0f7d306d980fe675dd553980e681c57508 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Sun, 25 Jan 2004 17:56:09 +0000 Subject: [PATCH] Minor cleanup. --- documentation/README.darwin.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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