Skip to content

Commit

Permalink
Merge pull request #88 from HiteshDhola/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ralphlange committed Aug 26, 2020
2 parents f8df347 + 5304457 commit cbba08b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/README.md
@@ -1,6 +1,6 @@
# Installation Instructions {#install}

## EPICS Base Release 7.0.3.1
## EPICS Base Release 7.0.4.1

-----

Expand Down Expand Up @@ -237,7 +237,7 @@ Files in the base/startup directory have been provided to help set
required path and other environment variables.

* `EPICS_HOST_ARCH`
Before you can build or use EPICS R3.15, the environment variable
Before you can build or use this EPICS base, the environment variable
`EPICS_HOST_ARCH` must be defined. A perl script EpicsHostArch.pl in
the base/startup directory has been provided to help set
`EPICS_HOST_ARCH.` You should have `EPICS_HOST_ARCH` set to your
Expand All @@ -263,7 +263,7 @@ ranlib in your path, and the C compiler may require as and ld in
your path. On solaris systems you need uname in your path.

* `LD_LIBRARY_PATH`
R3.15 shared libraries and executables normally contain the full
EPICS shared libraries and executables normally contain the full
path to any libraries they require. However, if you move the EPICS
files or directories from their build-time location then in order
for the shared libraries to be found at runtime `LD_LIBRARY_PATH`
Expand Down Expand Up @@ -336,10 +336,10 @@ A perl tool, makeBaseApp.pl is included in the distribution file. This
script will create a sample application that can be built and then
executed to try out this release of base.

Instructions for building and executing the 3.15 example application
Instructions for building and executing the EPICS example application
can be found in the section "Example Application" of Chapter 2,
"Getting Started", in the "IOC Application Developer's Guide" for this
release. The "Example IOC Application" section briefly explains how to
"Getting Started", in the "EPICS Application Developer's Guide".
The "Example IOC Application" section briefly explains how to
create and build an example application in a user created <top>
directory. It also explains how to run the example application on a
vxWorks ioc or as a process on the host system. By running the example
Expand Down

0 comments on commit cbba08b

Please sign in to comment.