Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Camilo Marchesini
dynare
Commits
7c90441a
Commit
7c90441a
authored
13 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Various fixes to the Windows packaging
parent
5954cf20
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
windows/README.txt
+9
-9
9 additions, 9 deletions
windows/README.txt
windows/dynare.nsi
+3
-3
3 additions, 3 deletions
windows/dynare.nsi
with
12 additions
and
12 deletions
windows/README.txt
+
9
−
9
View file @
7c90441a
...
...
@@ -54,14 +54,14 @@ specify a MOD file.
Using Dynare with Octave
------------------------
Dynare
is now available for
GNU Octave, a free clone of MATLAB (R) (see
Dynare
also works on top of
GNU Octave, a free clone of MATLAB (R) (see
<http://www.octave.org>).
This version of Dynare is compiled for Octave 3.6.1 (MinGW
build
), and may not
work
with other versions of Octave. You can download an installer for the right
version of Octave
from the following page
:
This version of Dynare is compiled for Octave 3.6.1 (MinGW), and may not
work
with other versions of Octave. You can download an installer for the right
version of Octave
at
:
http://www.dynare.org/
DynareWiki/DynareOctav
e
http://www.dynare.org/
octave/Octave3.6.1_gcc4.6.2_20120303-setup.ex
e
Every time you run Octave, you should type the two following commands (assuming
that you have installed Dynare at the standard location, and replacing '4.x.y'
...
...
@@ -69,10 +69,10 @@ by correct version number):
addpath c:\dynare\4.x.y\matlab
NOTE: if you don't want to type this command every time you run
Octave, you can
put it in a file called '.octaverc' in your home
directory (generally 'c:\Documents and Settings\USERNAME\'
). This
file
is run by Octave at every startup.
NOTE: if you don't want to type this command every time you run
Octave, you can
put it in a file called '.octaverc' in your home
directory ('c:\Documents and
Settings\USERNAME\' for Windows XP or 'c:\Users\USERNAME' for Windows 7
). This
file
is run by Octave at every startup.
You can test your installation by typing 'dynare' at the Octave prompt. This
should give you an error message complaining that you did not specify a MOD
...
...
This diff is collapsed.
Click to expand it.
windows/dynare.nsi
+
3
−
3
View file @
7c90441a
...
...
@@ -87,7 +87,7 @@ SectionEnd
Section "MEX files for MATLAB 32-bit, version 7.5 to 7.14 (R2007b to R2012a)"
SetOutPath $INSTDIR\mex\matlab\win32-7.5-7.14
File ..\mex\matlab\win32-7.5-7.1
3
\*.mexw32
File ..\mex\matlab\win32-7.5-7.1
4
\*.mexw32
SectionEnd
# Currently we don't have that version of MATLAB
...
...
@@ -108,12 +108,12 @@ SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.8 to 7.14 (R2009a to R2012a)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-7.14
File ..\mex\matlab\win64-7.8-7.1
3
\*.mexw64
File ..\mex\matlab\win64-7.8-7.1
4
\*.mexw64
SectionEnd
SectionGroupEnd
Section "MEX files for Octave 3.6.1 (MinGW
build
)"
Section "MEX files for Octave 3.6.1 (MinGW)"
SetOutPath $INSTDIR\mex\octave
File ..\mex\octave\*.mex ..\mex\octave\*.oct
SectionEnd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment