diff --git a/doc/Section_start.html b/doc/Section_start.html index b193dbda40..bae67d465f 100644 --- a/doc/Section_start.html +++ b/doc/Section_start.html @@ -75,7 +75,9 @@ as described in the next section.
  • Building a LAMMPS executable
  • Common errors that can occur when making LAMMPS
  • Editing a new low-level Makefile -
  • Additional build tips +
  • Additional build tips +
  • Building for a Mac +
  • Building for Windows
    @@ -339,12 +341,16 @@ Obj_name where it stores the system-specific *.o files. files created when LAMMPS is built, for either all builds or for a particular machine.

    -

    (3) Building for a Mac. -

    +
    + +Building for a Mac: +

    OS X is BSD Unix, so it should just work. See the Makefile.mac file.

    -

    (4) Building for MicroSoft Windows. -

    +
    + +Building for Windows: +

    The LAMMPS download page has an option to download both a serial and parallel pre-built Windows exeutable. See the Running LAMMPS section for instructions for running these executables on a Windows diff --git a/doc/Section_start.txt b/doc/Section_start.txt index 9c8f44fa66..6cd82ae76e 100644 --- a/doc/Section_start.txt +++ b/doc/Section_start.txt @@ -70,7 +70,9 @@ This section has the following sub-sections: "Building a LAMMPS executable"_#2_2_2 "Common errors that can occur when making LAMMPS"_#2_2_3 "Editing a new low-level Makefile"_#2_2_4 -"Additional build tips"_#2_2_5 :ul +"Additional build tips"_#2_2_5 +"Building for a Mac"_#2_2_6 +"Building for Windows"_#2_2_7 :ul :line @@ -334,11 +336,15 @@ Typing "make clean-all" or "make clean-foo" will delete *.o object files created when LAMMPS is built, for either all builds or for a particular machine. -(3) Building for a Mac. +:line + +[{Building for a Mac:}] :link(2_2_6) OS X is BSD Unix, so it should just work. See the Makefile.mac file. -(4) Building for MicroSoft Windows. +:line + +[{Building for Windows:}] :link(2_2_7) The LAMMPS download page has an option to download both a serial and parallel pre-built Windows exeutable. See the "Running LAMMPS"_#2_5