23 lines
599 B
ReStructuredText
23 lines
599 B
ReStructuredText
Build LAMMPS
|
|
************
|
|
|
|
LAMMPS can be built as an executable or library from source code via
|
|
either traditional makefiles (which may require manual editing)
|
|
for use with GNU make or gmake, or a build environment generated by CMake
|
|
(Unix Makefiles, Xcode, Visual Studio, KDevelop or more). As an
|
|
alternative you can download a package with pre-built executables
|
|
as described on the :doc:`Install <Install>` doc page.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Build_cmake
|
|
Build_make
|
|
Build_link
|
|
Build_basics
|
|
Build_settings
|
|
Build_package
|
|
Build_extras
|
|
Build_windows
|
|
Build_development
|