README: add some shit
This commit is contained in:
parent
59ceb4209d
commit
f5f26b7025
1 changed files with 6 additions and 2 deletions
|
@ -10,7 +10,7 @@ Renga, a XMPP client designed for Haiku
|
||||||
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
|
# Install required dependencies
|
||||||
pkgman install gcc make
|
pkgman install gcc make haiku_devel
|
||||||
# Build
|
# Build
|
||||||
make build
|
make build
|
||||||
./renga
|
./renga
|
||||||
|
@ -18,4 +18,8 @@ make build
|
||||||
|
|
||||||
## Editor
|
## 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 on Haiku working. Just copy it to ~/config/settings/vim.
|
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
|
||||||
|
|
Loading…
Reference in a new issue