Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
137f09dc
Commit
137f09dc
authored
6 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
SCHWED-3473: doc update
parent
bc8de7cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/conf/conf.py
+1
-1
1 addition, 1 deletion
doc/conf/conf.py
modules/doc/install.rst
+4
-13
4 additions, 13 deletions
modules/doc/install.rst
with
5 additions
and
14 deletions
doc/conf/conf.py
+
1
−
1
View file @
137f09dc
...
...
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'
OpenStructure
'
copyright
=
u
'
201
1
, OpenStructure authors
'
copyright
=
u
'
201
8
, OpenStructure authors
'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
This diff is collapsed.
Click to expand it.
modules/doc/install.rst
+
4
−
13
View file @
137f09dc
...
...
@@ -299,16 +299,8 @@ from source.
On some Linux distributions, there are issues with Qt4 and hence it may not be
possible to build OpenStructure with GUI support at all. This is for instance
known to be an issue with boost versions >= 1.62.
An additional problem arises for gcc versions >= 6. There an extra flag is
required to use the C++98 standard:
.. code-block:: bash
cmake . -DOPTIMIZE=ON -DENABLE_INFO=OFF -DCMAKE_CXX_FLAGS='-std=c++98'
We hope to support Qt5 and C++11 in the next OpenStructure release.
known to be an issue with boost versions >= 1.62. We hope to support Qt5 in the
next OpenStructure release.
**Ubuntu 16.04 with GUI**
...
...
@@ -342,12 +334,11 @@ All the dependencies can be installed from the package manager as follows:
sudo dnf install cmake eigen3-devel boost-devel libpng-devel python2-devel \
fftw-devel libtiff-devel
Fedora 26 has gcc 7 and boost 1.63 by default. Hence, we will need to disable
Qt4, the GUI and add the extra flag described above:
Here, we compile a version without GUI as follows:
.. code-block:: bash
cmake . -DOPTIMIZE=ON -DENABLE_INFO=OFF
-DCMAKE_CXX_FLAGS='-std=c++98'
cmake . -DOPTIMIZE=ON -DENABLE_INFO=OFF
**macOS with Homebrew without GUI**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment