From 80dc6d5845bf5a47edecd2db140d512f3e9d7647 Mon Sep 17 00:00:00 2001 From: Tomasz Brys Date: Fri, 8 Apr 2022 14:14:54 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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