25 lines
567 B
Markdown
25 lines
567 B
Markdown
# Renga
|
|
|
|
Renga, a XMPP client designed for Haiku
|
|
## Todo
|
|
|
|
- [x] make haiku-os compatible
|
|
- [ ] everything else
|
|
## Test Renga
|
|
|
|
If you are doing development work on a local Haiku system, use:
|
|
```bash
|
|
# Install required dependencies
|
|
pkgman install gcc make haiku_devel
|
|
# Build
|
|
make build
|
|
./renga
|
|
```
|
|
|
|
## Editor
|
|
|
|
My preferred editor is Vim, as such, I have placed an example of a vimrc file you can use to get autocomplete and allat working on Haiku. Just copy it to ~/config/settings/vim.
|
|
|
|
### Authors
|
|
andre@iwakura.rip
|
|
hex@iwakura.rip
|