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
5354517e
Commit
5354517e
authored
Feb 24, 2021
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
84e68f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
53 deletions
+31
-53
INSTALL
INSTALL
+31
-53
No files found.
INSTALL
View file @
5354517e
Debian / Ubuntu or other Linux systems
======================================
Configure Repository
--------------------
Install the AG Projects debian software signing key:
wget http://download.ag-projects.com/agp-debian-gpg.key
sudo apt-key add agp-debian-gpg.key
Add the appropriate repository to /etc/apt/sources.list, see:
http://projects.ag-projects.com/projects/documentation/wiki/Repositories
See debian/control file for the precise version numbers.
Note for Ubuntu users
---------------------
The "universe" repository needs to be enabled. See:
https://help.ubuntu.com/community/Repositories/Ubuntu
Update package list
Manual Installation
-------------------
Update the list of available packages:
sudo apt-get update
Install Blink
-------------
sudo apt-get install blink
Install the runtime dependencies:
* libavahi-compat-libdnssd1
* python3-application
* python-enum34
* python3-eventlib
* python3-googleapi
* python3-lxml
* python3-oauth2client
* python3-pyqt5
* python3-pyqt5.qtsvg
* python3-pyqt5.qtwebkit
* python3-sipsimple
* python3-twisted
* python3-zope.interface
* x11vnc
Manual Installation
-------------------
Retrieve and unpack the tar archive from:
http://download.ag-projects.com/Blink/Linux/
Download and install python3-sipsimple and its dependencies:
Install the runtime dependencies:
https://github.com/AGProjects/python3-sipsimple/blob/master/docs/Install.linux
* python (2.7)
* python-application (>= 2.8.0)
* python-cjson
* python-eventlib
* python-qt5 (>= 5.0)
* python-twisted-core
* python-sipsimple (>= 3.5.0)
* python-zope.interface
* google-api-python-client
After installing the above dependencies, install Blink system wide using:
python setup.py build_ext
sudo python setup.py install
python
3
setup.py build_ext
sudo python
3
setup.py install
Creating Debian Packages
...
...
@@ -63,18 +41,18 @@ Creating Debian Packages
Install the building dependencies:
* debhelper (>= 7)
* python-all (>= 2.7, not 3)
* python-qt5 (>= 5.0)
* python-support
* build-essential
* python-all-dev
* devscripts
* libvncserver-dev (or libvncserver-devel)
* debhelper
* python3-all-dev
* python3-all-dbg
* python3-qt5
* python3-support
* build-essential
* devscripts
* libvncserver-dev
Create a clean distribution file:
python setup.py sdist
python
3
setup.py sdist
Go to the ./dist directory and untar the file created at the step above.
...
...
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