Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,4 +1,3 @@
|
||||
|
||||
ADHama
|
||||
======
|
||||
European Spallation Source ERIC Site-specific EPICS module : ADHama
|
||||
@@ -10,7 +9,22 @@ Additonal information:
|
||||
* [Requirements](https://gitlab.esss.lu.se/e3-recipes/ADHama-recipe/-/blob/master/recipe/meta.yaml#L18)
|
||||
* [Building and Testing](https://confluence.esss.lu.se/display/IS/1.+Development+locally+with+e3+and+Conda#id-1.Developmentlocallywithe3andConda-BuildanEPICSmoduleandtestitlocally)
|
||||
|
||||
To build conda env:
|
||||
|
||||
conda create -n hama epics-base require tclx make compilers adcore busy
|
||||
|
||||
To activate env:
|
||||
|
||||
conda activate hama
|
||||
|
||||
git clone ...
|
||||
|
||||
cd git/ADHama
|
||||
|
||||
compilation:
|
||||
|
||||
make -f ADHama.Makefile LIBVERSION=0.1 clean uninstall build db install
|
||||
|
||||
execution:
|
||||
|
||||
iocsh.bash cmds/st.cmd
|
||||
|
||||
Reference in New Issue
Block a user