Installing LIGGGHTS on Ubuntu 16.04 LTS

Submitted by en9apr on Fri, 05/12/2017 - 18:41

Hello,

I wondered if anyone can give me the instructions to install the latest version of LIGGGHTS on Ubuntu 16.04 LTS?

Kind regards,

Andrew

tooran | Sat, 01/05/2019 - 17:44

Hi All,
I was trying to install LIGGGHTS from https://www.cfdem.com/forums/tutorial-setup-liggghts-360-ubuntu-16x-mint....
Unfortunatelly , for the command to xed /$HOME/LIGGGHTS-PUBLIC3.6.0/src/MAKE/Makefile.ubuntuVTK...the Makefile.ubuntuVTK did not exist in MAKE/Makefile.ubuntuVTK directory, it is in MAKE/deprecated/Makefile.ubuntuVTK . So I wrote the below commands :

xed /$HOME/LIGGGHTS-PUBLIC3.6.0/src/MAKE/deprecated/Makefile.ubuntuVTK
add "-DLAMMPS_JPEG -DLAMMPS_PNG" in line 32
add "-I/usr/include" in line 63
add "-ljpeg -lpng" in line 65
change line 73 to "VTK_INC = -I/usr/include/vtk-5.10"
change line 74 to "VTK_LIB = -lvtkCommon -lvtkFiltering -lvtkIO -lvtkParallel -lvtkGraphics"
save and close xed

But it does not work for me, could you help me please?