diff --git a/doc/src/Build.txt b/doc/src/Build.txt index 287e151c31..76aa95de55 100644 --- a/doc/src/Build.txt +++ b/doc/src/Build.txt @@ -10,9 +10,11 @@ Documentation"_ld - "LAMMPS Commands"_lc - "Next Section"_Run.html :c Build LAMMPS :h2 LAMMPS can be built as an executable or library from source code via -either CMake or traditional make. As an alternative you can download -a pre-built executable file as described on the "Install"_Install.html -doc page. +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 "Install"_Install.html doc page.