2025-02-07 12:07:52 +00:00
# Renga
2025-02-06 21:21:55 +00:00
2025-02-07 19:04:21 +00:00
Renga, a XMPP client designed for Haiku
2025-02-08 11:16:17 +00:00
2025-02-07 19:04:21 +00:00
## Todo
2025-02-06 21:57:57 +00:00
2025-02-07 12:05:42 +00:00
- [x] make haiku-os compatible
2025-02-06 21:57:57 +00:00
- [ ] everything else
2025-02-08 11:16:17 +00:00
2025-02-07 19:07:11 +00:00
## Test Renga
2025-02-07 12:05:42 +00:00
2025-02-07 19:04:21 +00:00
If you are doing development work on a local Haiku system, use:
2025-02-08 11:16:17 +00:00
2025-02-07 12:05:42 +00:00
```bash
2025-02-07 19:07:11 +00:00
# Install required dependencies
2025-02-08 11:31:39 +00:00
pkgman install make haiku_devel llvm19_clang gloox gloox_devel
2025-02-07 19:07:11 +00:00
# Build
2025-02-07 12:05:42 +00:00
make build
./renga
```
2025-02-07 19:04:21 +00:00
## Editor
2025-02-07 19:29:09 +00:00
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.
2025-02-08 11:16:57 +00:00
For C++20 LSP support, copy the clangd config.yaml from the examples folder to ~/config/settings/clangd/
2025-02-07 19:29:09 +00:00
### Authors
andre@iwakura.rip
hex@iwakura.rip