From fe6debfe9a0274bd84ef31f7d9987b6d2ba4b366 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 22 Aug 2018 22:02:01 -0400 Subject: [PATCH] precompiled -> pre-compiled --- doc/src/Build_cmake.txt | 2 +- doc/src/Build_windows.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/Build_cmake.txt b/doc/src/Build_cmake.txt index 6298ab2576..31f2cb549e 100644 --- a/doc/src/Build_cmake.txt +++ b/doc/src/Build_cmake.txt @@ -188,7 +188,7 @@ module list # is a cmake module already loaded? module avail # is a cmake module available? module load cmake3 # load cmake module with appropriate name :pre -Most Linux distributions offer precompiled cmake packages through +Most Linux distributions offer pre-compiled cmake packages through their package management system. If you do not have CMake or a new enough version, you can download the latest version at "https://cmake.org/download/"_https://cmake.org/download/. diff --git a/doc/src/Build_windows.txt b/doc/src/Build_windows.txt index da257ccbc8..0caad589fb 100644 --- a/doc/src/Build_windows.txt +++ b/doc/src/Build_windows.txt @@ -84,7 +84,7 @@ with the cross-compiler environment on Fedora machines. Please keep in mind, though, that this only applies to compiling LAMMPS. Whether the resulting binaries do work correctly is no tested by the LAMMPS developers. We instead rely on the feedback of the users -of these precompiled LAMMPS packages for Windows. We will try to resolve +of these pre-compiled LAMMPS packages for Windows. We will try to resolve issues to the best of our abilities if we become aware of them. However this is subject to time constraints and focus on HPC platforms.