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

modified: getting-started/quickstart.mdx

parent 1281d8c1
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@ module load eic_container
[See modulefiles](modulefiles) for more info.
[Also see environment](environment) for more info.
## Development within singularity container
......@@ -61,9 +64,9 @@ builds are being installed into `$HOME/stow/development`
A simple setup script will make sure things are in order
```shell title=setup.sh
module load eic_container
export $PATH=$HOME/stow/development/bin:$PATH
export $LD_LIBRARY_PATH=$HOME/stow/development/lib:$HOME/stow/development/lib64:$LD_LIBRARY_PATH
export $ROOT_INCLUDE_PATH=$HOME/stow/development/include:$ROOT_INCLUDE_PATH
export PATH=$HOME/stow/development/bin:$PATH
export LD_LIBRARY_PATH=$HOME/stow/development/lib:$HOME/stow/development/lib64:$LD_LIBRARY_PATH
export ROOT_INCLUDE_PATH=$HOME/stow/development/include:$ROOT_INCLUDE_PATH
```
## Detector Library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment