From 9cf668711b6bd663dec47d88544dacc14970965c Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 25 Feb 2003 20:08:54 +0000 Subject: [PATCH] Add building instructions. --- documentation/README.darwin | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/README.darwin b/documentation/README.darwin index 9c4e16e7e..f6d77c707 100644 --- a/documentation/README.darwin +++ b/documentation/README.darwin @@ -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