Add build requirements to README
This commit is contained in:
parent
242d29c3a6
commit
5dbaa41c64
|
@ -6,4 +6,12 @@ A multi-protocol chat program.
|
||||||
![Screenshot](data/screenshots/update-1.png)
|
![Screenshot](data/screenshots/update-1.png)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
You can make Caya and its protocols with:
|
||||||
|
|
||||||
`$ make`
|
`$ make`
|
||||||
|
|
||||||
|
Caya itself requires the `expat_devel` package, and the XMPP protocol requires
|
||||||
|
`gloox_devel`. You can also build either independent of the other:
|
||||||
|
|
||||||
|
`$ make caya; make protocols`
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue