aleksei-s-popov / brick

Unofficial, simple Bitrix messenger client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brick

Unofficial, simple Bitrix24 messenger client.

Project is currently under (rather) heavy development, so stay tuned, more features will come soon.

Some screenshots

Chat Video Notify

How to install and run Brick

PPA for Ubuntu

You can install Brick from PPA buglloc/brick:

sudo add-apt-repository ppa:buglloc/brick
    Hit [Enter]
sudo apt-get update
# If you are using Unity (included appindicator support etc.)
sudo apt-get install brick-unity
# Otherwise
sudo apt-get install brick

AUR for Arch Linux

You can install Brick from AUR https://aur.archlinux.org/packages/brick/:

yaourt brick

Brick for Unity doesn't supported so far. May be later:)

Build manualy

Or you can build Brick from sources:

# Install some dependencies and build tools
sudo apt-get install build-essential cmake
sudo apt-get install libcurl3-openssl-dev libgtk2.0-dev libudev libnss3 libgconf-2-4 libnotify-dev libxss-dev
# Install this only if you are using Unity
sudo apt-get install libappindicator-dev libunity-dev

# Let's make it
mkdir ~/tmp && cd ~/tmp
git clone --recursive https://github.com/buglloc/brick.git
mkdir build && cd build
cmake ../brick
make
sudo make install

# And run it!
brick

Contributing

Any kind of contribution would be very very welcome. Check out the issue tracker or contact me directly.

License

Copyright © 2015 Andrew Krasichkov <buglloc@yandex.ru>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENSE.txt file for more details.

About

Unofficial, simple Bitrix messenger client

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 91.5%Language:C 4.6%Language:CMake 2.5%Language:JavaScript 0.9%Language:HTML 0.2%Language:Python 0.1%Language:CSS 0.1%Language:Shell 0.0%