diff --git a/README.md b/README.md index 1a8d49c7fd6f1e2ccc24e18de9a87db38221000d..dcb5588a60e7b35ec6fe867847a4b0ea75a5a4dd 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,10 @@ wget https://epics.anl.gov/bcda/synApps/tar/synApps_6_0.tar.gz ### Synapps fix -#### asyn headers +#### asyn/stream headers + +In `asyn/include`, `stream/include` ``` sed -i \ -e 's|epicsShareFunc|DBCORE_API|g' \ @@ -59,4 +61,8 @@ sed -i \ -e 's|shareLib\.h|dbCoreAPI.h|g' \ -e 's|epicsShareAPI|epicsStdCall|g' \ -e '/#define\s*epicsExportSharedSymbols/d' *.h - ``` +``` + +Also include the `.c` and `.cc` files in `stream/src` + +