mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 05:58:12 -05:00
Squelch some error/warning messages in the docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ Once the dependencies are installed, you can run the builder and tests using::
|
||||
Windows
|
||||
^^^^^^^
|
||||
|
||||
You need to just slightly modify the building procedure::
|
||||
You need to just slightly modify the building procedure
|
||||
|
||||
1. Checkout and preparation::
|
||||
|
||||
@@ -51,7 +51,7 @@ You need to just slightly modify the building procedure::
|
||||
# Make a build folder
|
||||
mkdir build && cd build
|
||||
|
||||
2. Pick a toolchain (A or B)
|
||||
2. Pick a toolchain (A or B)
|
||||
|
||||
A: Building using Visual Studio::
|
||||
|
||||
@@ -65,7 +65,7 @@ You need to just slightly modify the building procedure::
|
||||
# Build the makefile using CMake
|
||||
cmake .. -DCOOLPROP_MATHEMATICA_MODULE=ON -DCMAKE_VERBOSE_MAKEFILE=ON -G "MinGW Makefiles"
|
||||
|
||||
3. Actually do the build::
|
||||
3. Actually do the build::
|
||||
|
||||
# Make the shared library
|
||||
cmake --build . --config Release
|
||||
|
||||
@@ -48,7 +48,7 @@ Windows
|
||||
-------
|
||||
For windows, the situation is ok, but not great. Only the MinGW builds are supported, and not comfortably
|
||||
|
||||
1. Download a MinGW build from `http://wiki.octave.org/Octave_for_Microsoft_Windows`_.
|
||||
1. Download a MinGW build from `Octave for windows <http://wiki.octave.org/Octave_for_Microsoft_Windows`_.
|
||||
|
||||
2. Extract the zip file to somewhere on your computer without any spaces in the path (c:\\octave-x.x.x is a good choice)
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ For 7-zip, download the installer from http://www.7-zip.org/ . Check that at th
|
||||
Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...]
|
||||
[<@listfiles...>]
|
||||
|
||||
For python, you should be using `Anaconda/Miniconda <https://store.continuum.io/cshop/anaconda/>`_ for your python installation. Or, you can just install `Miniconda<http://conda.pydata.org/miniconda.html>`_, which is sufficient
|
||||
For python, you should be using `Anaconda/Miniconda <https://store.continuum.io/cshop/anaconda/>`_ for your python installation. Or, you can just install `Miniconda <http://conda.pydata.org/miniconda.html>`_, which is sufficient
|
||||
|
||||
For the C++ compiler, the options are a bit more complicated. There are multiple (binary incompatible) versions of Visual Studio, as well as G++ ports for windows (MinGW). Unless you are compiling the python wrappers, you can compile with MinGW, so you should obtain the `MinGW installer <http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download>`_ and run it. You should install all the packages available, and you MUST(!!) install to a path without spaces. ``C:\MinGW`` is recommended as an installation path. Be sure to add the folder ``C:\MinGw`` to your PATH variable.
|
||||
|
||||
@@ -91,7 +91,7 @@ OSX should come with a c++ compiler (clang), for git and cmake your best bet is
|
||||
|
||||
brew install cmake git p7zip
|
||||
|
||||
OSX includes a python version, but you should be using `Anaconda/Miniconda <https://store.continuum.io/cshop/anaconda/>`_ for your python installation. Or, you can just install `Miniconda<http://conda.pydata.org/miniconda.html>`_, which is sufficient
|
||||
OSX includes a python version, but you should be using `Anaconda/Miniconda <https://store.continuum.io/cshop/anaconda/>`_ for your python installation. Or, you can just install `Miniconda <http://conda.pydata.org/miniconda.html>`_, which is sufficient
|
||||
|
||||
If you have never done any command-line compilation before on OSX, chances are that you do not have the utilities needed. Thus you need to first install Xcode: see the description on the page http://guide.macports.org/#installing.xcode . After installing, you need to accept the license by running the following command in the Terminal::
|
||||
|
||||
@@ -117,6 +117,7 @@ and explicitly typing "agree" before closing. Then you can use the compiler from
|
||||
LibreOffice/index.rst
|
||||
Excel/index.rst
|
||||
Maple/index.rst
|
||||
Mathematica/index.rst
|
||||
Scilab/index.rst
|
||||
SMath/index.rst
|
||||
StaticLibrary/index.rst
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
.. _coolprop_online_full:
|
||||
|
||||
************
|
||||
Full Version
|
||||
************
|
||||
|
||||
The full version of CoolProp, supported by `ORCNext <http://www.orcnext.be/>`_
|
||||
|
||||
.. raw:: html
|
||||
:file: index_full.html
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
.. _coolprop_online_light:
|
||||
|
||||
*************
|
||||
Light Version
|
||||
*************
|
||||
|
||||
The light version of CoolProp online, supported by `ORCNext <http://www.orcnext.be/>`_
|
||||
|
||||
.. raw:: html
|
||||
:file: index_light.html
|
||||
Reference in New Issue
Block a user