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
a8319f0b
Commit
a8319f0b
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
Update compile instructions for Ubuntu / Debian
parent
df08e03e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/doc/install.rst
+4
-4
4 additions, 4 deletions
modules/doc/install.rst
with
4 additions
and
4 deletions
modules/doc/install.rst
+
4
−
4
View file @
a8319f0b
...
...
@@ -300,13 +300,13 @@ observed for OpenMM versions 6.1 until 7.1.1 when compiling with gcc versions >=
from source.
**Ubuntu
18
.04 LTS / Debian 10
.3.0
with GUI**
**Ubuntu
20
.04 LTS / Debian 10 with GUI**
All the dependencies can be installed from the package manager as follows:
.. code-block:: bash
sudo apt-get install cmake g++
sip-dev
libtiff-dev libfftw3-dev libeigen3-dev \
sudo apt-get install cmake g++ libtiff-dev libfftw3-dev libeigen3-dev \
libpng-dev python3-all python3-pyqt5 libboost-all-dev \
qt5-qmake qtbase5-dev libpng-dev libsqlite3-dev
...
...
@@ -318,11 +318,11 @@ version of OpenStructure.
.. code-block:: bash
cmake . -DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython3.
6m
.so \
cmake . -DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython3.
8
.so \
-DOPTIMIZE=ON
Be careful at -DPYTHON_LIBRARIES, Debian 10 comes with Python 3.7 so that needs
to be substituted.
to be substituted
(libpython3.8.so -> libpython3.7m.so)
.
**macOS (Catalina) with Homebrew**
...
...
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