16 lines
310 B
Markdown
16 lines
310 B
Markdown
|
# Dependencies
|
||
|
|
||
|
Run the following inside the folder `zerver/src/.deps`
|
||
|
|
||
|
```sh
|
||
|
git clone git@github.com:rofrol/zig-postgres.git
|
||
|
git clone git@github.com:karlseguin/http.zig.git
|
||
|
git clone git@github.com:karlseguin/websocket.zig.git
|
||
|
```
|
||
|
|
||
|
|
||
|
To build and run the server while developing, run
|
||
|
|
||
|
```sh
|
||
|
zig build run
|
||
|
```
|