Skip to content
Snippets Groups Projects
Commit c8aef9b1 authored by Jeremy McCormick's avatar Jeremy McCormick Committed by GitHub
Browse files

Update README.md

parent 102a09fd
No related branches found
No related tags found
No related merge requests found
...@@ -49,11 +49,32 @@ The default installation directory for SLIC and its dependencies is `~/slic` whi ...@@ -49,11 +49,32 @@ The default installation directory for SLIC and its dependencies is `~/slic` whi
## Running SLIC ## Running SLIC
The build system generates a shell script that will setup the necessary environment for running the application:
``` ```
source /scratch/slic/install/slic/bin/slic-env.sh source /scratch/slic/install/slic/bin/slic-env.sh
```
Now you can run the executable from the command line:
```
slic [options] slic [options]
``` ```
Print the help menu:
```
slic --help
```
An actual command might look something like:
```
slic -g mygeom.lcdd -i events.stdhep -m commands.mac -r 10
```
Read the help to get an idea of the actual commands that are available.
### Specifying Dependencies ### Specifying Dependencies
You may also have one or more of SLIC's dependencies installed locally, which you can use in your build by providing CMake with their root directories. You may also have one or more of SLIC's dependencies installed locally, which you can use in your build by providing CMake with their root directories.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment