Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN install-ubuntu-packages \
binutils \
cmake \
gcc g++ gfortran \
libcurl4-openssl-dev \
locales \
make \
parallel \
Expand Down
1 change: 1 addition & 0 deletions docs/src/ubuntu-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ python3-tk | matplotlib requires python-tk for some plotting
rsync | necessary to build Pythia8
fonts-freefont-ttf | fonts for plots with ROOT
libafterimage-dev | ROOT GUI needs these for common shapes
libcurl4-openssl-dev | Used curl for accessing Conditions within ldmx-sw
libfftw3-dev | Discrete fourier transform in ROOT
libfreetype6-dev | fonts for plots with ROOT
libftgl-dev | Rendering fonts in OpenGL
Expand Down