clocc/README.md

28 lines
695 B
Markdown
Raw Normal View History

2017-04-22 21:25:49 +02:00
# clocc
Command Line OMEMO Chat Client
2017-04-22 21:32:14 +02:00
This is a really quick and dirty thrown together command line chat client mainly used to test [smack-omemo](https://github.com/vanitasvitae/smack-omemo).
Use it on your own risk if you are into kinky things like dirty lines of code...
2017-04-22 21:39:35 +02:00
To build it, you must first clone smack-omemo and install it in your local maven repo:
```
git clone git@github.com:vanitasvitae/smack-omemo.git
cd smack-omemo
2017-05-25 14:39:09 +02:00
git checkout eec7cfcf0d5fdbba1b9f66b8cc013daab5642284
2017-04-22 21:39:35 +02:00
gradle install
```
Next you can clone and build clocc:
```
cd ..
git clone git@github.com:vanitasvitae/clocc.git
cd clocc
gradle assemble
```
You can find the finished jar in `build/libs`.
Have fun!