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
b18b0026
Commit
b18b0026
authored
6 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Remove unsupported Windows install instructions from doc.
parent
d9f702f5
Branches
Branches containing commit
Tags
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
+2
-23
2 additions, 23 deletions
modules/doc/install.rst
with
2 additions
and
23 deletions
modules/doc/install.rst
+
2
−
23
View file @
b18b0026
...
...
@@ -56,15 +56,6 @@ If you would like to use the :mod:`molecular mechanics <ost.mol.mm>` module:
* `OpenMM <https://simtk.org/home/openmm>`_ (6.1)
In case you are compiling under Windows you have to install `Visualstudio
2008 <http://www.microsoft.com/express/Downloads>`_. to compile the dependencies
and OpenStructure. We recommend to compile the dependencies manually. Enter the
directories where the dependencies are located in Tools->Options->Projects and
Solutions->VC++ directories. Choose 'bin' directories to enter program paths to
cmake, qmake and python, 'lib' directories to point to the location(s) of your
dependencies.
Getting the Source Code
--------------------------------------------------------------------------------
...
...
@@ -113,7 +104,6 @@ specific features. To change to a specific branch, use
Configuring
--------------------------------------------------------------------------------
OpenStructure uses `CMake <http://cmake.org>`_ for compiling and building the
project. The next required step is to configure the build environment using
cmake. You can do that by invoking `cmake` in the project directory.
...
...
@@ -127,8 +117,6 @@ behaviour, enabling and disabling the compilation of certain modules and options
that let you tell CMake where to find the dependencies. All of them are passed
to CMake with via `-D<opt>=<value>`.
On Windows, use Tools -> VisualStudio -> commandline prompt from within
VisualStudio.
Flag to choose build generator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -138,13 +126,6 @@ default build generator is Makefiles, but it is also possible to use other
programs. For a list of supported build generators on your platform, start cmake
without parameters.
On Windows you have to explicitly set the build generator to
"Visual Studio 9 2008" (or a later version):
.. code-block:: bash
cmake -G"Visual Studio 9 2008"
.. _cmake-flags:
...
...
@@ -369,10 +350,8 @@ located as they are on linux and hence they must be specified too:
Building the Project
--------------------------------------------------------------------------------
Type `make`. If you are using a multi-core machine, you can use the `-j` flag to
run multiple jobs at once.
On Windows run 'Build OpenStructure' from the build menu.
Type ``make``. If you are using a multi-core machine, you can use the `-j` flag
to run multiple jobs at once.
What's next?
...
...
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