Unverified Commit c0d3ecff authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

start more detailed CMake howto document

parent 20edc128
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
/Eqs
/JPG
/false_positives.txt
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ Tutorials howto
   :name: tutorials
   :maxdepth: 1

   Howto_cmake
   Howto_github
   Howto_pylammps
   Howto_bash
+44 −0
Original line number Diff line number Diff line
Using CMake with LAMMPS tutorial
================================


.. list-table::

   * - .. figure:: JPG/ccmake-initial.png
          :target: JPG/ccmake-initial.png
          :align: center

          Initial ``ccmake`` screen

     - .. figure:: JPG/ccmake-config.png
          :target: JPG/ccmake-config.png
          :align: center

          Configure output of ``ccmake``

     - .. figure:: JPG/ccmake-options.png
          :target: JPG/ccmake-options.png
          :align: center

          Options screen of ``ccmake``

.. list-table::

   * - .. figure:: JPG/cmake-gui-initial.png
          :target: JPG/cmake-gui-initial.png
          :align: center

          Initial ``cmake-gui`` screen

     - .. figure:: JPG/cmake-gui-popup.png
          :target: JPG/cmake-gui-popup.png
          :align: center

          Generator selection in ``cmake-gui``

     - .. figure:: JPG/cmake-gui-options.png
          :target: JPG/cmake-gui-options.png
          :align: center

          Options screen of ``cmake-gui``
+23.9 KiB
Loading image diff...
+15.5 KiB
Loading image diff...
Loading