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

modified: README.md

parent f7f2f500
Branches
Tags
No related merge requests found
...@@ -46,4 +46,17 @@ wget https://epics.anl.gov/bcda/synApps/tar/synApps_6_0.tar.gz ...@@ -46,4 +46,17 @@ wget https://epics.anl.gov/bcda/synApps/tar/synApps_6_0.tar.gz
``` ```
### Synapps fix
#### asyn headers
```
sed -i \
-e 's|epicsShareFunc|DBCORE_API|g' \
-e 's|epicsShareClass|DBCORE_API|g' \
-e 's|epicsShareExtern|DBCORE_API extern|g' \
-e 's|epicsShareDef\s*||g' \
-e 's|shareLib\.h|dbCoreAPI.h|g' \
-e 's|epicsShareAPI|epicsStdCall|g' \
-e '/#define\s*epicsExportSharedSymbols/d' *.h
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment