update docs for installing LAMMPS-GUI
This commit is contained in:
@ -92,7 +92,7 @@ Miscellaneous tools
|
|||||||
* :ref:`emacs <emacs>`
|
* :ref:`emacs <emacs>`
|
||||||
* :ref:`i-PI <ipi>`
|
* :ref:`i-PI <ipi>`
|
||||||
* :ref:`kate <kate>`
|
* :ref:`kate <kate>`
|
||||||
* :ref:`LAMMPS GUI <lammps_gui>`
|
* :ref:`LAMMPS-GUI <lammps_gui>`
|
||||||
* :ref:`LAMMPS magic patterns for file(1) <magic>`
|
* :ref:`LAMMPS magic patterns for file(1) <magic>`
|
||||||
* :ref:`Offline build tool <offline>`
|
* :ref:`Offline build tool <offline>`
|
||||||
* :ref:`singularity/apptainer <singularity_tool>`
|
* :ref:`singularity/apptainer <singularity_tool>`
|
||||||
@ -524,6 +524,7 @@ The LAMMPS-GUI has been successfully compiled and tested on:
|
|||||||
- Fedora Linux 40 x86\_64 using GCC 14, Qt version 6.7
|
- Fedora Linux 40 x86\_64 using GCC 14, Qt version 6.7
|
||||||
- Apple macOS 12 (Monterey) and macOS 13 (Ventura) with Xcode on arm64 and x86\_64, Qt version 5.15LTS
|
- Apple macOS 12 (Monterey) and macOS 13 (Ventura) with Xcode on arm64 and x86\_64, Qt version 5.15LTS
|
||||||
- Windows 10 and 11 x86_64 with Visual Studio 2022 and Visual C++ 14.36, Qt version 5.15LTS
|
- Windows 10 and 11 x86_64 with Visual Studio 2022 and Visual C++ 14.36, Qt version 5.15LTS
|
||||||
|
- Windows 10 and 11 x86_64 with Visual Studio 2022 and Visual C++ 14.40, Qt version 6.7
|
||||||
- Windows 10 and 11 x86_64 with MinGW / GCC 10.0 cross-compiler on Fedora 38, Qt version 5.15LTS
|
- Windows 10 and 11 x86_64 with MinGW / GCC 10.0 cross-compiler on Fedora 38, Qt version 5.15LTS
|
||||||
|
|
||||||
.. _lammps_gui_install:
|
.. _lammps_gui_install:
|
||||||
@ -532,12 +533,21 @@ The LAMMPS-GUI has been successfully compiled and tested on:
|
|||||||
Pre-compiled executables
|
Pre-compiled executables
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Pre-compiled LAMMPS executable packages that include the GUI are currently
|
Pre-compiled LAMMPS executable packages that include the GUI are
|
||||||
available from https://download.lammps.org/static or
|
currently available from https://download.lammps.org/static or
|
||||||
https://github.com/lammps/lammps/releases. You can unpack the archives
|
https://github.com/lammps/lammps/releases. For Windows, you need to
|
||||||
(or mount the macOS disk image) and run the GUI directly in place. The
|
download and then run the application installer. For macOS you download
|
||||||
folder may also be moved around and added to the ``PATH`` environment
|
and mount the disk image and then drag the application bundle to the
|
||||||
variable so the executables will be found automatically. The LAMMPS-GUI
|
Applications folder. For Linux (x86_64) you currently have two
|
||||||
|
options: 1) you can download the tar.gz archive, unpack it and run the
|
||||||
|
GUI directly in place. The ``LAMMPS_GUI`` folder may also be moved
|
||||||
|
around and added to the ``PATH`` environment variable so the executables
|
||||||
|
will be found automatically. 2) you can download the `Flatpak file
|
||||||
|
<https://www.flatpak.org/>`_ and then install it locally with the
|
||||||
|
*flatpak* command: ``flatpak install --user
|
||||||
|
LAMMPS-Linux-x86_64-GUI-<version>.flatpak`` and run it with ``flatpak
|
||||||
|
run org.lammps.lammps-gui``. The flatpak version should also appear in
|
||||||
|
the applications menu of standard desktop environments. The LAMMPS-GUI
|
||||||
executable is called ``lammps-gui`` and either takes no arguments or
|
executable is called ``lammps-gui`` and either takes no arguments or
|
||||||
attempts to load the first argument as LAMMPS input file.
|
attempts to load the first argument as LAMMPS input file.
|
||||||
|
|
||||||
@ -1107,13 +1117,13 @@ necessary development headers and libraries are present.
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
-D WITH_SWIG=on # to enable building any SWIG wrapper
|
-D WITH_SWIG=on # to enable building any SWIG wrapper
|
||||||
-D BUILD_SWIG_JAVA=on # to enable building the Java wrapper
|
-D BUILD_SWIG_JAVA=on # to enable building the Java wrapper
|
||||||
-D BUILD_SWIG_LUA=on # to enable building the Lua wrapper
|
-D BUILD_SWIG_LUA=on # to enable building the Lua wrapper
|
||||||
-D BUILD_SWIG_PERL5=on # to enable building the Perl 5.x wrapper
|
-D BUILD_SWIG_PERL5=on # to enable building the Perl 5.x wrapper
|
||||||
-D BUILD_SWIG_PYTHON=on # to enable building the Python wrapper
|
-D BUILD_SWIG_PYTHON=on # to enable building the Python wrapper
|
||||||
-D BUILD_SWIG_RUBY=on # to enable building the Ruby wrapper
|
-D BUILD_SWIG_RUBY=on # to enable building the Ruby wrapper
|
||||||
-D BUILD_SWIG_TCL=on # to enable building the Tcl wrapper
|
-D BUILD_SWIG_TCL=on # to enable building the Tcl wrapper
|
||||||
|
|
||||||
|
|
||||||
Manual building allows a little more flexibility. E.g. one can choose
|
Manual building allows a little more flexibility. E.g. one can choose
|
||||||
|
|||||||
@ -1186,6 +1186,7 @@ flaglog
|
|||||||
flagN
|
flagN
|
||||||
flagVF
|
flagVF
|
||||||
flang
|
flang
|
||||||
|
flatpak
|
||||||
fld
|
fld
|
||||||
floralwhite
|
floralwhite
|
||||||
Florez
|
Florez
|
||||||
|
|||||||
Reference in New Issue
Block a user