From f0ccd685ad6af3be6fe877b16fe5d411c0d436a3 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 20 Dec 2002 17:20:10 +0000 Subject: [PATCH] Add comment about linux building with shared libraries by default --- documentation/README.1st | 3 ++- documentation/README.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/README.1st b/documentation/README.1st index acdb30bd5..bddf2016f 100644 --- a/documentation/README.1st +++ b/documentation/README.1st @@ -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 diff --git a/documentation/README.html b/documentation/README.html index 68429777b..cd189cffa 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -446,6 +446,7 @@ need uname in your path.
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.

PATH
On WIN32 systems, building shared libraries is the default setting and you will need to add fullpathname to $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH)