Windows Installer: Difference between revisions

→‎tweaks: add tips on debugging mxe-octave
(Added category.)
(→‎tweaks: add tips on debugging mxe-octave)
Line 19: Line 19:


* Use "make JOBS=4" if you have a multicore system to enable parallel build.'''Do not''' "make -j"
* Use "make JOBS=4" if you have a multicore system to enable parallel build.'''Do not''' "make -j"
* Use <code>./configure --disable-strip-dist-files</code> if you want to keep debug symbols in the installed files for debugging on Windows
* Include gdb in the installer by running <code>make gdb</code> before making the <code>nsis-installer</code> target


==Installing requirements of MXE Octave==
==Installing requirements of MXE Octave==
296

edits