installing strructions of lammps in linux

Hi Dear
I can't find the installing instructions of lammps in Linux in manual
while I find the installing instructions of lammps in windows.
How can I find the installing instructions of lammps in Linux?
Thanks

Hi Dear
I can't find the installing instructions of lammps in Linux in manual
while I find the installing instructions of lammps in windows.
How can I find the installing instructions of lammps in Linux?

use the instructions are not the instructions for windows machines.

axel.

You can find it in the lammps manual, see below:
http://lammps.sandia.gov/doc/Section_start.html#start_2

Kasra.

There are instructions and makefiles for compiling LAMMPS posted here:
http://lammps.sandia.gov/threads/msg36437.html
I suspect these instructions also work on mint, debian, gentoo, and
other debian-based machines.

These instructions require you to install the following packages:
build-essential fftw-dev mpich2 gfortran
(sudo apt-get install build-essential fftw-dev mpich2 gfortran) or
their equivalents.

(Also: I think someone recently posted a makefile for ubuntu that uses
openmpi, if you prefer that to mpich2.)

Cheers
Andrew