From 4f383d1bcad71723503ca37e89bd779f09cb9866 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 24 Jul 2002 20:27:53 +0000 Subject: [PATCH] Updates for R3.13.7. --- README.cygwin32 | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.cygwin32 b/README.cygwin32 index 17951096c..100a5b3d7 100644 --- a/README.cygwin32 +++ b/README.cygwin32 @@ -8,48 +8,47 @@ To build EPICS on Win95 or NT using cygwin32, we need EPICS base distribution, R3.12.0.beta12 or later, available from http://aps.anl.gov/... - Cygnus's latest gnu-win32 distribution, available from - http://sources.redhat.com/cygwin + The latest cygwin distribution, available from + http://www.cygwin.com BUILD INSTRUCTIONS ------------------ 1) Install the cygwin binary release ---------------------------------------- +------------------------------------ 2) Install the epics base distribution -------------------------------------- - mkdir - chdir cp \.tar.gz . gunzip -d .tar.gz tar xvf .tar chmod +w -R * + cd 3) Set environment variables and path using cygwin32.bat ------------------------------------------------------------- - - cd \startup + /startup/cygwin32.bat changing paths if necessary> + cd \startup edit cygwin32.bat - cygwin32 + cygwin -4) Set site specific parms in epics base\config files ------------------------------------------------------ - cd \base\config +4) Set site specific parms in epics config files +------------------------------------------------ + cd \config 5) Build epics base ------------------- - cd \base + cd make -6) Create an EPICS application area ( needs drive letter) ------------------------------------------------------------------------------- +6) Create an example EPICS application ( needs drive letter) +-------------------------------------------------------------------------- mkdir cd - perl \bin\cygwin32\makeBaseApp.pl -l - perl \bin\cygwin32\makeBaseApp.pl -t example example + perl \bin\cygwin32\makeBaseApp.pl -l + perl \bin\cygwin32\makeBaseApp.pl -t example example make