mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 04:03:09 -06:00
update directions for Windows
This commit is contained in:
parent
efb23d051c
commit
6b75cc16a4
|
|
@ -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
|
* 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
|
## Building Dendrite
|
||||||
|
|
||||||
Start by cloning the code:
|
Start by cloning the code:
|
||||||
|
|
@ -45,9 +49,15 @@ cd dendrite
|
||||||
|
|
||||||
Then build it:
|
Then build it:
|
||||||
|
|
||||||
```bash
|
* Linux
|
||||||
./build.sh
|
```bash
|
||||||
```
|
./build.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
* Windows
|
||||||
|
```dos
|
||||||
|
build.cmd
|
||||||
|
```
|
||||||
|
|
||||||
## Install NATS Server
|
## Install NATS Server
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue