Add comment about linux building with shared libraries by default

This commit is contained in:
Marty Kraimer
2002-12-20 17:20:10 +00:00
parent 403413ac1c
commit f0ccd685ad
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -321,7 +321,8 @@ Building EPICS base (Unix and Win32)
If you plan to build EPICS base shared libraries instead of
archive libraries, on Unix systems you will need to add
fullpathname to $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) to
your LD_LIBRARY_PATH environment variable.
your LD_LIBRARY_PATH environment variable. On Linux systems,
building shared libraries is the default setting.
Win32 PATH
On WIN32 systems, building shared libraries is the default
+1
View File
@@ -446,6 +446,7 @@ need uname in your path.
<br>If you plan to build EPICS base shared libraries instead of archive
libraries, on Unix systems you will need to add fullpathname to $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH)
to your LD_LIBRARY_PATH environment variable.
On linux systems, building shared libraries is the default setting.
<p><b>PATH</b>
<br>On WIN32 systems, building shared libraries is the default setting
and you will need to add fullpathname to $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH)