31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="Author" content="jba">
|
|
<meta name="GENERATOR" content="Mozilla/4.77 [en] (X11; U; SunOS 5.8 sun4u) [Netscape]">
|
|
</head>
|
|
<body>
|
|
|
|
<center>
|
|
<h2> Converting an EPICS R3.14.0 beta1 application to beta2</h2></center>
|
|
|
|
<p><br>This document describes how to convert a R3.14.0beta1 application
|
|
so that it builds with release R3.14.0beta2.
|
|
|
|
<h3>Update Unix LD_LIBRARY_PATH</h3>
|
|
|
|
If you build EPICS base shared libraries instead of archive
|
|
libraries on Unix systems you will need to update your
|
|
LD_LIBRARY_PATH environment variable to include fullpathname
|
|
to the NEW base $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH).
|
|
|
|
<h3>Update Win32 PATH</h3>
|
|
|
|
On WIN32 systems, building shared libraries is the default
|
|
setting so, unless SHARED_LIBRARIES was changed to NO, you will
|
|
need to update your path to include fullpathname to the NEW
|
|
base $(INSTALL_LOCATION)/bin/$(EPICS_HOST_ARCH).
|
|
|
|
</html>
|