From 4f4efb5af5ac844251b96c63b5426a3f822a3a7d Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Wed, 27 Jun 2018 14:36:36 -0500 Subject: [PATCH] modified: README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d83849d..3c59144 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,12 @@ towards the end of your `.bashrc`): export PATH=$HOME/my_exp_soft/bin:$PATH export LD_LIBRARY_PATH=$HOME/my_exp_soft/lib:$HOME/my_exp_soft/lib64:$LD_LIBRARY_PATH ``` + (ノಠ益ಠ)ノ彡┻â”â”» **Do not install into the source directories**. -**Do not install into the source directories**. (ノಠ益ಠ)ノ彡┻â”â”» - +(ノ^_^)ノ┻â”â”» ┬─┬ ノ( ^_^ノ) First you should build evio followed by podd. Here are all the steps: + #### Build EVIO with cmake ``` -- GitLab