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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Stéphane Adjemian
dynare
Commits
a359c29f
Verified
Commit
a359c29f
authored
Sep 24, 2019
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
README: update bulid for Octave on macOS
parent
f8eb9827
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
README.md
+1
-2
1 addition, 2 deletions
README.md
with
1 addition
and
2 deletions
README.md
+
1
−
2
View file @
a359c29f
...
@@ -329,7 +329,6 @@ compile. They should be entered at the command prompt in Terminal.app.
...
@@ -329,7 +329,6 @@ compile. They should be entered at the command prompt in Terminal.app.
- `brew install automake bison flex boost fftw gcc gsl hdf5 libmatio metis veclibfort`
- `brew install automake bison flex boost fftw gcc gsl hdf5 libmatio metis veclibfort`
- **(Optional)** To compile Dynare mex files for use on Octave:
- **(Optional)** To compile Dynare mex files for use on Octave:
- `brew install octave`
- `brew install octave`
- `brew install suite-sparse`
- **(Optional)** To compile Dynare documentation
- **(Optional)** To compile Dynare documentation
- Install the latest version of [MacTeX](http://www.tug.org/mactex/), deselecting the option to install Ghostscript
- Install the latest version of [MacTeX](http://www.tug.org/mactex/), deselecting the option to install Ghostscript
- `brew install doxygen latex2html`
- `brew install doxygen latex2html`
...
@@ -346,5 +345,5 @@ folder where you want Dynare installed.
...
@@ -346,5 +345,5 @@ folder where you want Dynare installed.
- `make -j`
- `make -j`
- **(Optional)** To then build mex files for Octave, run
- **(Optional)** To then build mex files for Octave, run
- `cd mex/build/octave`
- `cd mex/build/octave`
- `
./configure CXXFLAGS="-std=c++0x"
`
- `
CC=gcc-9 CXX=g++-9 ./configure --with-matio=/usr/local --with-gsl=/usr/local --with-slicot=/usr/local LDFLAGS=-L/usr/local/lib
`
- `make -j`
- `make -j`
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