Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
19697b09
Commit
19697b09
authored
Jun 03, 2013
by
Houtan Bastani
Browse files
os x package creation: fix doc build
parent
347d6ccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
osx/createOsxFolderForPkg.sh
View file @
19697b09
...
...
@@ -48,7 +48,12 @@ cp -r $TOP_DYN_DIR/examples $INSTALLDIR
# FIRST BUILD 32 BIT EVERYTHING, 32 BIT MATLAB < 7.5 MEX #
##########################################################
./configure
FFLAGS
=
'-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -arch i386'
CPPFLAGS
=
'-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -arch i386'
LDFLAGS
=
'-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -arch i386'
--with-matlab
=
/Applications/MATLAB_OLD/R2007a
MATLAB_VERSION
=
7.4
--with-slicot
=
/usr/local32
--with-matio
=
/usr/localStatic
--with-gsl
=
/usr/localStatic
cd
$TOP_DYN_DIR
/doc
texi2dvi
--pdf
--batch
--build-dir
=
dynare.t2p dynare.texi
cd
$TOP_DYN_DIR
make pdf
make html
cd
$TOP_DYN_DIR
/preprocessor
make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment