Merge pull request #5698 from owncloud/add_build_essentials_to_readme

[docs-only] Add build-essentials as prerequisite to README.md
This commit is contained in:
Martin
2023-03-02 10:11:42 +01:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ See the [Quick Guide](https://doc.owncloud.com/ocis/next/quickguide/quickguide.h
### Use the ocis Repo as Source
Use this method to run an instance with the latest code. This is only recommended for development purposes. The minimum go version required is 1.19. To build and run a local instance with demo users:
Use this method to run an instance with the latest code. This is only recommended for development purposes. The minimum go version required is 1.19. Note that you need as prerequisite a C compile environment installed because some dependences like reva have components that require c-go libraries/tool-chains. The command installing for debian based systems is: `sudo apt install build-essentials`. To build and run a local instance with demo users:
```console
# get the source