|
2 years ago | |
---|---|---|
data | 2 years ago | |
externals | 2 years ago | |
img | 8 years ago | |
matlab | 2 years ago | |
mod | 8 years ago | |
tex | 2 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 3 years ago | |
CC-BY-SA.md | 8 years ago | |
LICENCE.md | 8 years ago | |
README.md | 3 years ago | |
install-dynare.sh.example | 8 years ago |
README.md
To compile the slides you need first to clone this repository (with the submodules):
~$ git clone --recursive https://git.adjemian.eu/stepan/dynare-intro.git
Dynare, used to produce some of the tikz figures included in the slides, comes as a submodule and needs to be compiled. You need to check here that your platform has all the required dependencies to compile Dynare. The compilation can be triggered with the shell script provided in the base directory. Copy install-dynare.sh.example
:
~$ cp install-dynare.sh.example install-dynare.sh
Then some variables probably need to be changed for your system (MATLAB_PATH
and MATLAB_VER
). Finallly you need to change the permissions on this file:
~$ chmod u+x install-dynare.sh
and run the script:
~$ ./install-dynare.sh
To compile the slides you need to use the Makefile in the tex
subfolder (matlab
needs to be in the system path, or you need to change the MATLAB
variable in this Makefile):
~$ cd tex
~$ make