Skip to content
Snippets Groups Projects
Commit 07326be1 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

remove Fedora 26 instructions

Currently active Fedora is 29
parent df90bac0
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ required version is given in parentheses.
* `Boost <http://boost.org>`_ (1.53)
* `zlib <https://zlib.net/>`_ (usually comes with Boost or system)
* `Eigen3 <http://eigen.tuxfamily.org>`_ (3.2.0)
* `SQLite3 <https://www3.sqlite.org>`_ (3.7.13)`
* `SQLite3 <https://www3.sqlite.org>`_ (3.7.13)
When you enable support for image processing, you will need:
......@@ -319,22 +319,6 @@ version of OpenStructure.
-DOPTIMIZE=ON
**Fedora 26 without GUI**
All the dependencies can be installed from the package manager as follows:
.. code-block:: bash
sudo dnf install cmake eigen3-devel boost-devel libpng-devel python2-devel \
fftw-devel libtiff-devel
Here, we compile a version without GUI as follows:
.. code-block:: bash
cmake . -DOPTIMIZE=ON -DENABLE_INFO=OFF
**macOS with Homebrew without GUI**
`Homebrew <https://brew.sh/>`_ can be used to conveniently install all packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment