libsurvive: Windows Build From Source Missing survive-cli

Hi, I received the error “Unable to locate specified COMMAND ‘./survive-cli’ in OS path.” after running ./survive-websocketd with git bash on Windows 10.

I think it may be missing the survive-cli file when building from source. Any solution? Thanks!

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 35

Most upvoted comments

I added a powershell build script for both building and websocketd; updated instructions here.

There should be either a Release or Debug folder – survive-cli should be in there.

It probably should copy the websocketd into that folder on windows; I’ll see if I can fix that