sarsop icon indicating copy to clipboard operation
sarsop copied to clipboard

How to compile SARSOP under win10 environment?

Open luohc2004 opened this issue 7 years ago • 4 comments

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?

instruction

luohc2004 avatar Feb 28 '18 15:02 luohc2004

Same issue here!

Hororohoruru avatar Aug 01 '22 08:08 Hororohoruru

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.

Hororohoruru avatar Aug 01 '22 08:08 Hororohoruru

I can't access to the page. Server is down maybe? Can anyone share zip file for Windows?

kwonmha avatar Dec 14 '22 07:12 kwonmha

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++ and make on 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 make normally on the sarsop/src dir

Hope this helps! It should generate the .exe files for the executables from the files currently available on the repo.

Hororohoruru avatar Mar 07 '24 14:03 Hororohoruru