update directions for Windows

This commit is contained in:
emanuele.aliberti 2022-04-05 09:58:30 +02:00
parent efb23d051c
commit 6b75cc16a4

View file

@ -34,6 +34,10 @@ If you want to run a polylith deployment, you also need:
* A standalone [NATS Server](https://github.com/nats-io/nats-server) deployment with JetStream enabled
If you want to build it on Windows, you need `gcc` in the path:
* [MinGW-w64](https://www.mingw-w64.org/)
## Building Dendrite
Start by cloning the code:
@ -45,10 +49,16 @@ cd dendrite
Then build it:
* Linux
```bash
./build.sh
```
* Windows
```dos
build.cmd
```
## Install NATS Server
Follow the [NATS Server installation instructions](https://docs.nats.io/running-a-nats-service/introduction/installation) and then [start your NATS deployment](https://docs.nats.io/running-a-nats-service/introduction/running).