Commit e838f186 authored by Kulya's avatar Kulya 😊

Update README

parent 19f1c2b2
Pipeline #244 canceled with stages
Blink Qt
# Blink Qt
--------
This is Blink Qt, a state of the art, easy to use SIP client for Linux and
......@@ -8,7 +7,7 @@ other operating systems that support Python 3 and Qt 5.
Homepage: http://icanblink.com
Features
# Features
--------
The complete list of features and implemented standards are available at:
......@@ -16,31 +15,103 @@ The complete list of features and implemented standards are available at:
http://icanblink.com/features/
Installation
------------
# Installation
## Debian / Ubuntu or other Linux systems
## ======================================
See debian/control file for the precise version numbers.
### Manual Installation
### -------------------
#### Install the runtime dependencies:
* libavahi-compat-libdnssd1
* python3-application
* python-enum34
* python3-eventlib
* python3-googleapi
* python3-lxml
* python3-oauth2client
* python3-pgpy
* python3-pyqt5
* python3-pyqt5.qtsvg
* python3-pyqt5.qtwebkit
* python3-requests
* python3-sipsimple
* python3-twisted
* python3-sqlobject
* python3-zope.interface
* x11vnc
Download and install python3-sipsimple and its dependencies:
https://github.com/AGProjects/python3-sipsimple/blob/master/docs/Install.linux
After installing the above dependencies, install Blink system wide using:
python3 setup.py build_ext
sudo python3 setup.py install
Creating Debian Packages
------------------------
Install the building dependencies:
* debhelper
* python3-all-dev
* python3-all-dbg
* python3-qt5
* python3-support
* build-essential
* devscripts
* libvncserver-dev
Create a clean distribution file:
python3 setup.py sdist
Go to the ./dist directory and untar the file created at the step above.
Go to the newly created directory and type:
debuild
The .deb and related files are built in the upper directory.
Installation instructions can be found at:
http://icanblink.com/download/
Installation on Microsoft Windows
=================================
Step 1. Install dependencies
----------------------------
Support
-------
* Install PyQt5:
pacman -S mingw-w64-i686-python2-pyqt5
For help on using Blink Qt go to http://icanblink.com/help/
* Install VNC libraries:
pacman -S mingw-w64-i686-libvncserver
* Install Google API client
pip install google-api-python-client oauth2client
Changelog
---------
The changelog is available at http://icanblink.com/changelog/
Step 2. Build and run Blink
---------------------------
if [ -d blink-qt ]; then
cd blink-qt
darcs pull -a
else
darcs get --set-scripts-executable http://devel.ag-projects.com/repositories/blink-qt
cd blink-qt
fi
./build_inplace
./run
Credits
-------
* AG Projects: http://ag-projects.com
* NLnet foundation: http://nlnet.nl
* IETF Community: http://www.ietf.org
* SIP SIMPLE client SDK: http://sipsimpleclient.org
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment