Size: 488
Comment:
|
← Revision 6 as of 2016-05-28 13:20:16 ⇥
Size: 838
Comment: Update site with current information
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
= Build System Todo List = | ##acl MoinPagesEditorGroup:read,write,delete,revert All:read ##master-page:HelpTemplate ##master-date:Unknown-Date #format wiki #language en = Useful Links = * DSGE-net web site[[http://www.dsge.net/]] * DYNARE web site [[http://www.dynare.org/]] |
Line 4: | Line 11: |
This page lists things which have to be done in the build system | == About C++ and the Standard Template Library (STL) == * [[http://en.wikipedia.org/wiki/Standard_Template_Library|Wikipedia article on STL]] * [[http://www.sgi.com/tech/stl/|STL Programmer's Guide by SGI]] |
Line 6: | Line 15: |
* Use a ''configure''-like tool (autotools or setup.py) for autodetecting local configuration (Windows versus Linux, Matlab and Scilab location...) and generating adequate Makefiles * Create a build system for {gensylv,mjdgges}.{mexglx,dll} * Create Debian package build scripts |
== About differences between versions of Matlab == * [[http://www.mathworks.com/help/matlab/release-notes.html|Release notes for Matlab 8.1 to 9.0]] * [[http://www.mathworks.com/help/matlab/release-notes-older.html|Release notes for Matlab 6.0 to 8.0]] |
Useful Links
DSGE-net web sitehttp://www.dsge.net/
DYNARE web site http://www.dynare.org/
About C++ and the Standard Template Library (STL)