-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@echo off | ||
|
||
rem Variables must go BEFORE vcvars32.bat which breaks all later SETs | ||
set QTDIR=C:\Qt64\5.6\msvc2013_64 | ||
set FFTW_HOME=%USERPROFILE%\fftw-3.3.4 | ||
set LOG4CPP_HOME=%USERPROFILE%\log4cpp_null | ||
|
||
rem mingw | ||
set PATH=%QTDIR%/bin;%PATH% | ||
|
||
rem PATH must point to .../Microsoft Visual Studio 14.0/vc/vcvars32.bat | ||
vcvarsall.bat | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
markummitchell
Owner
|
1 comment
on commit 9fbbea5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Microsoft has made building of a 64 bit version much too time consuming. Installation of VS2013 involves 'program compatibility bugs' and the workarounds are not working. I will retry in a few months.
Are you preparing to provide 64-bit build of engauge? I do have 64-bit log4cpp regular and debug builds.