Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Apr 28, 2022
1 parent 3a4f452 commit 16a9afd
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@ The following Docker files are available:

see [./dev](./dev) or [./prod](./prod) directories for docker images used for
gammasim-tools development or production. Main difference is:
- [prod](prod/README.md): includes gammasim-tools and corsika/sim_telarray installation
- [prod](prod/README.md): includes gammasim-tools and corsika/sim_telarray installation (**expermental - not working yet**)
- [dev](dev/README.md): includes corsika/sim_telarray, a full latex installation and expects the gammasim-tools installation in the `./external` directory

## Running a gammasim-tools Container

```
docker run --rm -it -v "$(pwd)/external:/workdir/external" gammasim-tools-dev bash
```

# Building corsika/sim_telarray

```
build_all prod5 qgs2 gsl
```

or use the following Makefile options:

```
EXTRA_DEFINES="-DCTA_PROD4 -DMAXIMUM_TELESCOPES=180 -DWITH_GSL_RNG"
```

0 comments on commit 16a9afd

Please sign in to comment.