You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stéphane Adjemian 2560abde3e
Update slides.
2 years ago
data Update data. 2 years ago
externals Update dynare submodule. 2 years ago
img Changed link to Git repository. 8 years ago
matlab Update dynare submodule. 2 years ago
mod Added codes to produce tikz figures (Augmented ramsey model). 8 years ago
tex Update slides. 2 years ago
.gitignore Updated .gitignore file. 5 years ago
.gitmodules Removed dates submodule (now included in dseries). 3 years ago
CC-BY-SA.md Updated licence (3.0 -> 4.0 CC-BY-SA). 8 years ago
LICENCE.md Updated licence (3.0 -> 4.0 CC-BY-SA). 8 years ago
README.md Updated link to repo in README. 3 years ago
install-dynare.sh.example Added README file. 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_PATHand 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 (matlabneeds to be in the system path, or you need to change the MATLAB variable in this Makefile):

~$ cd tex
~$ make