Add missing link flag

This commit is contained in:
Richard Berger 2017-07-31 15:52:33 -06:00
parent b395ef00b4
commit 96d3712817
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ cd $LAMMPS_DIR/src :pre
make yes-MOLECULE :pre
# compile shared library using Makefile
make mpi mode=shlib LMP_INC="-DLAMMPS_PNG -DLAMMPS_JPEG -DLAMMPS_FFMPEG -DLAMMPS_EXCEPTIONS" JPG_LIB="-lpng" :pre
make mpi mode=shlib LMP_INC="-DLAMMPS_PNG -DLAMMPS_JPEG -DLAMMPS_FFMPEG -DLAMMPS_EXCEPTIONS" JPG_LIB="-lpng -ljpeg" :pre
Step 2: Installing the LAMMPS Python package :h4