sarsop
sarsop copied to clipboard
How to compile SARSOP under win10 environment?
I didn't find any *.sln file in the src folder. May be the readme file is out of date? And would you kind enough to instruct me how to compile this amazing software under win10 environment?
Same issue here!
I realize the issue is a bit old but I found the download at: http://bigbird.comp.nus.edu.sg/pmwiki/farm/appl/index.php?n=Main.Download
It is the official page of the APPL FAQ, and the latest version that has a the specified Windows compatible files is 0.96.
I can't access to the page. Server is down maybe? Can anyone share zip file for Windows?
I recently came back to need sarsop on Windows and, unfortunately, I did not find the .zip I downloaded in my previous comment.
I managed to get the Windows executable using Cygwin:
- Downloaded and installed Cygwin (from here) with the default packages
- Installed the packages
gcc-core,gcc-g++andmakeon the lowest versions available (since even the lowest ones were more modern than the ones listed as tested in the README) - Added the folder where cygwin is installed to Windows PATH
- Run
makenormally on thesarsop/srcdir
Hope this helps! It should generate the .exe files for the executables from the files currently available on the repo.