README.md: Add required dependency installation

Signed-off-by: Andre <openrc@posteo.de>
This commit is contained in:
Andre 2025-02-07 19:07:11 +00:00
parent 6f85110b9b
commit 6750ad0a0c

View file

@ -5,10 +5,13 @@ Renga, a XMPP client designed for Haiku
- [x] make haiku-os compatible
- [ ] everything else
## Test Rengo
## Test Renga
If you are doing development work on a local Haiku system, use:
```bash
# Install required dependencies
pkgman install gcc make
# Build
make build
./renga
```