diff --git a/docs/setup.html b/docs/setup.html index b8f1f3a..9fbaf6c 100644 --- a/docs/setup.html +++ b/docs/setup.html @@ -85,7 +85,7 @@
The Support for sCalcout record
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.
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: