git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12016 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-05-22 14:20:18 +00:00
parent 051dfb0706
commit d45d192091
4 changed files with 82 additions and 32 deletions

View File

@ -52,7 +52,7 @@ sub-directories:
</TD></TR></TABLE></DIV>
<P>If you download one of the Windows executables from the download page,
then you just get a single file:
then you get a single file:
</P>
<PRE>lmp_windows.exe
</PRE>
@ -518,18 +518,29 @@ src/MAKE/Makefile.mac file.
<A NAME = "start_2_6"></A><B><I>Building for Windows:</I></B>
<P>The LAMMPS download page has an option to download both a serial and
parallel pre-built Windows exeutable. See the <A HREF = "#start_6">Running
LAMMPS</A> section for instructions for running these
executables on a Windows box.
parallel pre-built Windows executable. See the <A HREF = "#start_6">Running
LAMMPS</A> section for instructions on running these executables
on a Windows box.
</P>
<P>The pre-built executables are built with a subset of the available
pacakges; see the download page for the list. If you want
a Windows version with specific packages included and excluded,
you can build it yourself.
<P>The pre-built executables hosted on the <A HREF = "http://lammps.sandia.gov/download.html">LAMMPS download
page</A> are built with a subset
of the available packages; see the download page for the list. These
are single executable files. No examples or documentation in
included. You will need to download the full source code package to
obtain those.
</P>
<P>As an alternative, you can download "daily builds" (and some older
versions) of the installer packages from
<A HREF = "http://rpm.lammps.org/windows.html">rpm.lammps.org/windows.html</A>.
These executables are built with most optional packages and the
download includes documentation, some tools and most examples.
</P>
<P>If you want a Windows version with specific packages included and
excluded, you can build it yourself.
</P>
<P>One way to do this is install and use cygwin to build LAMMPS with a
standard Linus make, just as you would on any Linux box; see
src/MAKE/Makefile.cygwin.
standard unix style make program, just as you would on a Linux box;
see src/MAKE/Makefile.cygwin.
</P>
<P>The other way to do this is using Visual Studio and project files.
See the src/WINDOWS directory and its README.txt file for instructions