tigris icon indicating copy to clipboard operation
tigris copied to clipboard

Windows ?

Open gedw99 opened this issue 2 years ago • 1 comments

https://github.com/tigrisdata/tigris/blob/main/scripts/install_build_deps.sh seems to not support windows.

is that because foundation db just does not run on windows ?

gedw99 avatar Oct 29 '22 18:10 gedw99

You are right, install_build_deps.sh needs to be fixed to support Windows.

But most of the development flows don't require FoundationDB clients on the host. So if you disable platform check in the script and install the rest of the tools, you would be able to run:

  • make test which would execute the tests in the docker container.
  • make generate to generate the code, so all symbols are resolved in the IDE.
  • make run to bring up a Tigris instance on localhost:8081, so you can issue manual requests.

I did simple manual tests on Windows in the past, but it could be broken since then.

We would greatly appreciate the contributions.

efirs avatar Oct 31 '22 17:10 efirs