Add building instructions.

This commit is contained in:
W. Eric Norum
2003-02-25 20:08:54 +00:00
parent 017a3c9a92
commit 9cf668711b

View File

@@ -5,7 +5,10 @@ $Id$
EPICS Base
==========
1) As distributed, EPICS on Mac OS X uses the default command line input
1) To build base set the HOST_ARCH environment variable to darwin-ppc
and run make in the top-level source directory.
2) As distributed, EPICS on Mac OS X uses the default command line input
routines. IOC applications are much more pleasant to interact with if
either the readline or libtecla input libraries is used. The easiest
way to get either or both of these libraries on to your system is to
@@ -13,7 +16,7 @@ EPICS Base
found at:
http://fink.sourceforge.net/
2) If broadcasts are not seen locally, try adding "localhost" (127.0.0.1)
3) If broadcasts are not seen locally, try adding "localhost" (127.0.0.1)
to the EPICS_CA_ADDR_LIST.
EPICS Extensions