Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
dynare
Commits
f9f75577
Commit
f9f75577
authored
Jan 26, 2017
by
Johannes Pfeifer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme.md: Fix typos and add info on make clean and build dependencies
parent
62c954ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
README.md
README.md
+10
-4
No files found.
README.md
View file @
f9f75577
...
...
@@ -130,7 +130,7 @@ If you want to give a try to the parallelized versions of some mex files (`A_tim
```
If the configuration goes well, the script will tell you which components are correctly configured and will be built.
### Bulding
### Bu
i
lding
Binaries and Info documentation are built with:
```
...
...
@@ -162,7 +162,7 @@ make check-matlab
```
or only with Octave:
```
make check-
matlab
make check-
octave
```
A summary of the results is available in
`tests/run_test_matlab_output.txt`
or
`tests/run_test_octave_output.txt`
. Often, it does not make sense
to run the complete testsuite. For instance, if you modify codes only related to the perfect foresight model solver, you can decide to run only a
...
...
@@ -178,7 +178,7 @@ or with Octave:
```
make o/deterministic_simulations
```
Finally if you want to run a single integration test with Matlab:
Finally if you want to run a single integration test
, e.g.
`deterministic_simulations/lbj/rbc.mod`
with Matlab:
```
make deterministic_simulations/lbj/rbc.m.trs
```
...
...
@@ -194,12 +194,18 @@ or
```
make deterministic_simulations/lbj/rbc.o.drs
```
Note that only tests will be executed where the
`m.trs/o.trs`
does not yet exist. You can run
```
make clean
```
in the
`tests`
folder to delete files that were created by the run of the testsuite. You can also manually delete the desired
`m.trs/o.trs`
file(s).
## Debian or Ubuntu
All the prerequisites are packaged.
The easiest way to install the pre-requisites in Debian is to use Debian's dynare package and do:
The easiest way to install the pre-requisites in Debian is to use Debian's dynare package and do
(requires that you have added the
`deb-src`
repositories to your
`sources.list`
):
```
apt-get build-dep dynare
```
...
...
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