Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
8f78113b
Verified
Commit
8f78113b
authored
Dec 10, 2019
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
update doc to reflect changes in macOS installer
parent
357a91c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/installation-and-configuration.rst
+27
-12
27 additions, 12 deletions
doc/manual/source/installation-and-configuration.rst
with
27 additions
and
12 deletions
doc/manual/source/installation-and-configuration.rst
+
27
−
12
View file @
8f78113b
...
@@ -84,19 +84,31 @@ be under ``/usr/share/doc/dynare-doc`` (only on Debian, Ubuntu and Linux Mint).
...
@@ -84,19 +84,31 @@ be under ``/usr/share/doc/dynare-doc`` (only on Debian, Ubuntu and Linux Mint).
On macOS
On macOS
--------
--------
To install Dynare for use with MATLAB, execute the automated installer
To install Dynare for use with MATLAB, execute the automated installer called
called ``dynare-4.x.y.pkg`` (where *4.x.y* is the version number), and
``dynare-4.x.y.pkg`` (where *4.x.y* is the version number), and follow the
follow the instructions. The default installation directory is
instructions. The default installation directory is
``/Applications/Dynare/4.x.y`` (please refer to the `Dynare wiki`_ for
``/Applications/Dynare/4.x.y``. After installation, this directory will contain
detailed instructions).
several sub-directories, among which are ``matlab``, ``mex``, and ``doc``.
After installation, this directory will contain several
sub-directories, among which are ``matlab``, ``mex`` and ``doc``.
Note that several versions of Dynare can coexist (by default in
Note that several versions of Dynare can coexist (by default in
``/Applications/Dynare``), as long as you correctly adjust your path
``/Applications/Dynare``), as long as you correctly adjust your path
settings (see :ref:`words-warning`).
settings (see :ref:`words-warning`).
By default, the installer installs a version of GCC (for use with :opt:`use_dll`)
in the installation directory, under the ``.brew`` folder. To do so, it also
installs a version of `Homebrew <https://brew.sh>`__ in the same folder and
Xcode Command Line Tools (this is an Apple product) in a system folder.
All of this requires a bit of time and hard disk space. The amount of time it
takes will depend on your computing power and internet connection. To reduce
the time the Dynare installer takes, you can install Xcode Command Line Tools
yourself (see :ref:`prerequisites-macos`). Dynare, Homebrew, and GCC use
about 600 MB of disk space while the Xcode Command Line Tools require about 400
MB.
If you do not use the :opt:`use_dll` option, you have the choice to forgo the
installation of GCC and hence Dynare will only take about 50 MB of disk space.
Dynare for Octave works with Octave installed via the package located here:
Dynare for Octave works with Octave installed via the package located here:
`https://octave-app.org <https://octave-app.org>`__.
`https://octave-app.org <https://octave-app.org>`__.
...
@@ -134,14 +146,17 @@ Users of Octave under GNU/Linux should install the package for MEX file
...
@@ -134,14 +146,17 @@ Users of Octave under GNU/Linux should install the package for MEX file
compilation (under Debian, Ubuntu or Linux Mint, it can be done via ``apt
compilation (under Debian, Ubuntu or Linux Mint, it can be done via ``apt
install liboctave-dev``).
install liboctave-dev``).
.. _prerequisites-macos:
Prerequisites on macOS
Prerequisites on macOS
----------------------
----------------------
Dynare now ships a compilation environment that can be used with the
Dynare now ships a compilation environment that can be used with the
:opt:`use_dll` option. Specifically, the Dynare installer downloads and
:opt:`use_dll` option. To install this environment correctly, the Dynare
installs the Xcode Command Line Tools, installs `Homebrew <https://brew.sh>`_
installer ensures that the Xcode Command Line Tools (an Apple product) have
under the Dynare installation directory (in the ``.brew`` folder), and finally
been installed on a system folder. To install the Xcode Command Line Tools
installs GCC.
yourself, simply type ``xcode-select --install`` into the Terminal
(``/Applications/Utilities/Terminal.app``) prompt.
Configuration
Configuration
=============
=============
...
...
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