I can install all dependency libraries except libslicot-dev.
The following are the commands I used to build dynare:
- Code: Select all
./configure --with-matlab=/usr/local/MATLAB/R2011a/ MATLAB_VERSION=R2011a
make
I also used "make check" to test the built binary, everyting appeared to work fine.
The problem came up when I tried to install dynare
I tried "make install". After the execuation, it seems dynare was actually not installed. I cannot find dynare in the default directory: /usr/local/share/ or anywhere else.
Can anyone help? Thanks,