Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
Dynare.jl
Commits
8e7ab470
Commit
8e7ab470
authored
Apr 29, 2020
by
MichelJuillard
Browse files
Update README.md
parent
985e3d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8e7ab470
WORK IN PROGRESS
# WORK IN PROGRESS
## Installation
### Adding packages
```
using Pkg
Pkg.add(PackageSpec(url="https://git.dynare.org/julia-packages/fastlapackinterface.jl.git"))
Pkg.add(PackageSpec(url="https://git.dynare.org/julia-packages/polynomialmatrixequations.jl.git"))
Pkg.add(PackageSpec(url="https://git.dynare.org/julia-packages/linearrationalexpectations.jl.git"))
Pkg.add(PackageSpec(url="https://git.dynare.org/julia-packages/dynare.jl.git"))
```
or, interactively,
```
]add https://git.dynare.org/julia-packages/fastlapackinterface.jl.git
]add https://git.dynare.org/julia-packages/polynomialmatrixequations.jl.git
]add https://git.dynare.org/julia-packages/linearrationalexpectations.jl.git
]add https://git.dynare.org/julia-packages/dynare.jl.git
```
Until a proper
``build.jl``
is added, one must confiure DYNARE_ROOT in
``./src/parser/DynarePreporcessor.jl``
to point to the installation of a current unstable version of Dynare or Dynare preprocessor
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment