Remove windows pidusage monitoring #24

Merged
sarah merged 4 commits from rmWinMonitor into trunk 2021-11-09 22:47:18 +00:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 92c6979b2b - Show all commits

View File

@ -1,5 +1,15 @@
# Cwtch Server
## Building
Pretty straight forward:
- build the app in `app/` with `go build`
- build the docker container in `docker/` with `docker build . -t openpriv/server`
### Windows
The server package relies on sqlite which in turn requires the use of CGO. As per [this issue](https://github.com/golang/go/issues/12029) that means [TDM-GCC](https://jmeubank.github.io/tdm-gcc/download/) is required to be installed and used to compile on Windows
## Running
- cd app