README.md: Add required dependency installation
Signed-off-by: Andre <openrc@posteo.de>
This commit is contained in:
parent
6f85110b9b
commit
6750ad0a0c
1 changed files with 4 additions and 1 deletions
|
@ -5,10 +5,13 @@ Renga, a XMPP client designed for Haiku
|
||||||
|
|
||||||
- [x] make haiku-os compatible
|
- [x] make haiku-os compatible
|
||||||
- [ ] everything else
|
- [ ] everything else
|
||||||
## Test Rengo
|
## Test Renga
|
||||||
|
|
||||||
If you are doing development work on a local Haiku system, use:
|
If you are doing development work on a local Haiku system, use:
|
||||||
```bash
|
```bash
|
||||||
|
# Install required dependencies
|
||||||
|
pkgman install gcc make
|
||||||
|
# Build
|
||||||
make build
|
make build
|
||||||
./renga
|
./renga
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue