-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME-LINUX.txt
More file actions
62 lines (39 loc) · 2.69 KB
/
README-LINUX.txt
File metadata and controls
62 lines (39 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/****************************************************************
* LINUX INSTALL GUIDE *
* Latest version on: https://beebeep.net/help *
* *
****************************************************************/
1) Download the right version for your system (32 or 64 bits):
https://www.beebeep.net/download
2) Uncompress the package in your favorite folder
3) From a terminal add executable permission to the application
# chmod +x /beebeep-folder/beebeep
4) Check BeeBEEP dependencies and install packages if needed
** Ubuntu and Debian like **
For BeeBEEP Qt 5
# sudo apt-get install libqt5core5a libqt5gui5 libqt5widgets5 libqt5network5 libqt5printsupport5 libqt5multimedia5 libqt5multimedia5-plugins libxcb-screensaver0 libavahi-compat-libdnssd1
For BeeBEEP Qt 4
# sudo apt-get install libqt4-dev libqt4-core libqt4-gui libqt4-xml libxcb-screensaver0 libavahi-compat-libdnssd1 libphonon4 libhunspell-dev phonon-backend-gstreamer
(in ubuntu 16.04)
# sudo apt-get install libqt4-dev libqt4-xml libxcb-screensaver0 libavahi-compat-libdnssd1 libphonon4 libhunspell-dev phonon-backend-gstreamer
** Arch LINUX **
For BeeBEEP Qt 5
# sudo pacman -Sy qt5-base qt5-multimedia libxcb-screensaver0-dbg avahi
For BeeBEEP Qt 4
# sudo pacman -Sy qt4 phonon-qt4 libxcb-screensaver0-dbg avahi
** Fedora 22 (thanks to Marcus Frohn) **
For BeeBEEP Qt 5
# dnf install libxcb.so.1 libxcb-screensaver.so.0 libQt5PrintSupport.so.5 libQt5Multimedia.so.5 libQt5Widgets.so.5 libQt5Network.so.5 libQt5Gui.so.5 libQt5Core.so.5 libdns_sd.so.1 -y
For BeeBEEP Qt 4
# dnf install libQtGui.so.4 ibQtNetwork.so.4 libQtCore.so.4 libQtXml.so.4 libphonon.so.4 libxcb.so.1 libxcb-screensaver.so.0 libdns_sd.so.1 hunspell -y
** RPM packages **
http://rpmfind.net/linux/rpm2html/search.php?query=libxcb-screensaver.so.0
http://rpmfind.net/linux/rpm2html/search.php?query=qt5
http://rpmfind.net/linux/rpm2html/search.php?query=qt4
http://rpmfind.net/linux/rpm2html/search.php?query=libdns_sd.so.1
[ DEVELOPER LIBRARIES ]
For BeeBEEP Qt 5
# sudo apt-get install build-essential libgl1-mesa-dev libqt5x11extras5-dev libxcb-screensaver0-dev qt5-default qtmultimedia5-dev libqt5multimedia5-plugins libavahi-compat-libdnssd-dev
* if qt5-default is not available remove it and add these packages: qtbase5-dev qtchooser qt5-qmake qtbase-dev-tools
For BeeBEEP Qt 4
# sudo apt-get install build-essential qt4-default libqt4-dev libqt4-core libqt4-gui libqt4-xml libxcb-screensaver0-dev libxcb-screensaver0 libavahi-compat-libdnssd-dev libphonon-dev libhunspell-dev