Skip to content
Snippets Groups Projects
Commit c9143df6 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: README.md

parent 42c3cc4c
Branches
No related tags found
No related merge requests found
......@@ -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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment