-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello all (and for any coming across this).
Readme is missing several steps, however after resolving they get me to errors that I cannot solve. Will place the extra steps here to get this running in case others have success, from that point on.
Use minGW, not WinSDK as g++ is part of MinGW.
Install gcc-g++ in MinGW.
Install Boost. (Run B2.exe to fully install boost)
In cmd line, add both boost/bin and minGW to paths.
CD to your file with the BMD files.
Run instead: g++ -std=c++11 -O3 -IC:\YOURPATHTOBOOST -fexpensive-optimizations -Wall -Wextra -o bmd bmd.cpp
There are no issues of missing and undeclared variables in the script (mutex is not member of std, unused variable logprior_new, chi, dat)
Will update if I can resolve this, but might be an issue of deprication.
Edit: Oh! also for the authors, readme states there is an executable to be run. There is no file in the repository with an executable extension that I can see.