From 07326be11935e8147006c47172b9d32291d9795e Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 10 Jan 2019 15:41:49 +0100 Subject: [PATCH] remove Fedora 26 instructions Currently active Fedora is 29 --- modules/doc/install.rst | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/modules/doc/install.rst b/modules/doc/install.rst index b96c3ef1f..978e93761 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -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 -- GitLab