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

This commit is contained in:
sjplimp
2015-01-09 16:11:43 +00:00
parent 0c8ce317d1
commit 0bd8255d13
2 changed files with 24 additions and 20 deletions

View File

@ -814,17 +814,19 @@ libraries needed to use the USER-ATC or USER-AWPMD packages.
<P>For libraries without provided code, the sub-directory README file has
information on where to download the library and how to build it,
e.g. lib/voronoi/README. The README files also describe how you must
create soft links, via the "ln" command, in those directories to point
to where you built or installed the packages. Some of the
directories, e.g. lib/voronoi, also have an install.py script which
can be used to automate the process of downloading/building/installing
the auxiliary library, and setting the needed soft links. Type
"python install.py" for further instructions.
either (a) create soft links, via the "ln" command, in those
directories to point to where you built or installed the packages,
or (b) check or edit the Makefile.lammps file in the same directory
to provide that information.
</P>
<P>Siimlar to directories with provided code, these directories also have
Makefile.lammps files which serve the same purpose as described above.
If the soft links or settings in the lib/package/Makefile.lammps files
are not correct, the LAMMPS build will typically fail.
<P>Some of the sub-directories, e.g. lib/voronoi, also have an install.py
script which can be used to automate the process of
downloading/building/installing the auxiliary library, and setting the
needed soft links. Type "python install.py" for further instructions.
</P>
<P>As with the sub-directories containing library code, if the soft links
or settings in the lib/package/Makefile.lammps files are not correct,
the LAMMPS build will typically fail.
</P>
<HR>