diff --git a/docs/setup.html b/docs/setup.html index 2d909f7..2258277 100644 --- a/docs/setup.html +++ b/docs/setup.html @@ -85,7 +85,7 @@ Make sure that the asyn library can be found by adding the path to the ASYN=/home/epics/asyn4-30 -

Support for sCalcout record

+

Support for sCalcout record

The

Support for the sCalcout is optional. StreamDevice works -as well without sCalcout or SynApps. +as well without sCalcout or SynApps. If your application does +not need this record support, you may load stream-base.dbd instead of +stream.dbd, making it optional to include calc as an +application dependency.

Support for regular expression matching

@@ -185,13 +188,14 @@ Regular expressions are optional. If you don't want them, you don't need this. Go to the StreamDevice directory and run make (or gmake). This will create and install the stream library and the -stream.dbd file and an example IOC application. +StreamDevice database definition files and an example IOC application.

To use StreamDevice, your own application must be built with the stream and asyn (and optionally pcre) libraries -and must load asyn.dbd and stream.dbd. +and must load asyn.dbd and stream.dbd (or alternatively +stream-base.dbd; see Support for sCalcout record).

Include the following lines in your application Makefile: