diff --git a/README.md b/README.md index 3ad5b24..cadf2f4 100644 --- a/README.md +++ b/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