Minor cleanup.

This commit is contained in:
W. Eric Norum
2004-01-25 17:56:09 +00:00
parent 36ffaa3968
commit cc79bd0f7d

View File

@@ -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"
<strong>.</strong> "${EPICS_BASE}"/startup/Site.profile
</pre>
</li>
@@ -37,7 +37,7 @@ Run <code>make</code>.
<li>
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