From 0b523cb48e2fcb884a273b3d76474d2c19ae5c33 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 10 Aug 2018 11:38:59 +0200 Subject: [PATCH] some rewording and updates for the traditional and cmake documentation --- doc/src/Build.txt | 8 ++- doc/src/Build_basics.txt | 2 +- doc/src/Build_cmake.txt | 146 +++++++++++++++++++++++---------------- doc/src/Build_make.txt | 48 ++++++++----- doc/src/Run_basics.txt | 24 ++++--- 5 files changed, 138 insertions(+), 90 deletions(-) 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.