Unofficial, simple Bitrix24 messenger client.
Project is currently under (rather) heavy development, so stay tuned, more features will come soon.
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 brickOr 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 https://github.com/buglloc/brick.git
mkdir build && cd build
cmake ../brick
make
# Now Brick binary placed in ./brick/Release. Need to set SUID flag for chrome-sandbox
sudo chown root.root brick/Release/bin/chrome-sandbox
sudo chmod 4755 brick/Release/bin/chrome-sandbox
# And run it!
./brick/Release/bin/brickAny kind of contribution would be very very welcome. Check out the issue tracker or contact me directly.
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.