Skip to content
Snippets Groups Projects
Commit b7204809 authored by Richard Berger's avatar Richard Berger
Browse files

Correct Build_settings.txt

parent 9526db44
No related branches found
No related tags found
No related merge requests found
......@@ -212,11 +212,11 @@ following settings:
[CMake variables]:
-D LAMMPS_JPEG=value # yes or no
-D WITH_JPEG=value # yes or no
# default = yes if CMake finds JPEG files, else no
-D LAMMPS_PNG=value # yes or no
-D WITH_PNG=value # yes or no
# default = yes if CMake finds PNG and ZLIB files, else no
-D LAMMPS_FFMPEG=value # yes or no
-D WITH_FFMPEG=value # yes or no
# default = yes if CMake can find ffmpeg, else no :pre
Usually these settings are all that is needed. If CMake cannot find
......@@ -267,7 +267,7 @@ gzip compression by several LAMMPS commands, including
[CMake variables]:
-D LAMMPS_GZIP=value # yes or no
-D WITH_GZIP=value # yes or no
# default is yes if CMake can find gzip, else no
-D GZIP_EXECUTABLE=path # path to gzip executable if CMake cannot find it :pre
......
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