Releasing TAU for Windows

From Tau Wiki
Revision as of 01:43, 7 March 2014 by Scottb (talk | contribs)
Jump to: navigation, search

BUILDING TAU windows release

build-windows-release.sh will build a new relase of TAU for the windows platform.

Steps the script takes:

1. Gets the tar ball from the web server: http://www.cs.uoregon.edu/research/paracomp/tau/tauprofile/dist the tar ball must be present here before the script can continue.

2. Compiles TAU using the 'Makefile.win32', Hint if there is compiler errors it is often helpful to run the make command directly, see '2-build.bat'.

3. Compiling was successful if tau-profile.dll, tau-profile.exp, tau-profile.lib, tau-profile-static.lib, tau-profile-static-mt.lib were all created in tau2/win32/lib.

4. 'makensis' is used to create the final exe with the installer.