Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
e838f186
Commit
e838f186
authored
Oct 25, 2023
by
Kulya
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
19f1c2b2
Pipeline
#244
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
90 additions
and
19 deletions
+90
-19
README
README
+90
-19
No files found.
README
View file @
e838f186
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment