Skip to content

Instantly share code, notes, and snippets.

@zetok
Forked from linux-modder/gist:b8feb186b1dc75e2bde5
Last active August 29, 2015 14:22
Show Gist options
  • Save zetok/6ca803d370a7532cdbdb to your computer and use it in GitHub Desktop.
Save zetok/6ca803d370a7532cdbdb to your computer and use it in GitHub Desktop.
cat ~/Documents/qtox-git.sh
sudo dnf group install -y "C Development Tools and Libraries"
sudo dnf install -y qt-devel qt-doc qt-creator qt5-qtsvg openal-soft-devel libXScrnSaver-devel qrencode-devel
sudo dnf install -y libtool autoconf automake check check-devel libsodium-devel
cd ~/Git;pwd
git clone https://github.com/irungentoo/filter_audio
( cd filter_audio && \
make && \
sudo make install )
cd qTox
qmake-qt5 ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_UNITY_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO
make
server@server.linuxnet Wed, 03 June 11:09:54 EDT 2015 ~/Git/qTox
~/Documents/qtox-git.sh
Last metadata expiration check performed 1:44:28 ago on Wed Jun 3 09:26:19 2015.
Group 'Development Tools' is already installed, skipping.
Dependencies resolved.
Complete!
Last metadata expiration check performed 1:44:35 ago on Wed Jun 3 09:26:19 2015.
Package qt-devel-1:4.8.6-30.fc22.x86_64 is already installed, skipping.
Package qt-doc-1:4.8.6-30.fc22.noarch is already installed, skipping.
Package qt-creator-3.4.0-3.fc22.x86_64 is already installed, skipping.
Package qt5-qtsvg-5.4.1-2.fc22.x86_64 is already installed, skipping.
Package opencv-devel-2.4.9-5.fc22.x86_64 is already installed, skipping.
Package openal-soft-devel-1.16.0-5.fc22.x86_64 is already installed, skipping.
Package libXScrnSaver-devel-1.2.2-8.fc22.x86_64 is already installed, skipping.
Package qrencode-devel-3.4.2-4.fc22.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
Last metadata expiration check performed 1:44:41 ago on Wed Jun 3 09:26:19 2015.
Package libtool-2.4.2-34.fc22.x86_64 is already installed, skipping.
Package autoconf-2.69-18.fc22.noarch is already installed, skipping.
Package automake-1.15-1.fc22.noarch is already installed, skipping.
Package check-0.9.14-2.fc22.x86_64 is already installed, skipping.
Package check-devel-0.9.14-2.fc22.x86_64 is already installed, skipping.
Package libsodium-devel-1.0.2-1.fc22.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
/home/server/Git
fatal: destination path 'filter_audio' already exists and is not an empty directory.
make: Nothing to be done for 'all'.
mkdir -p /usr/local/lib/pkgconfig
mkdir -p /usr/local/include
Installing libfilteraudio.so.0.0.0
Installing filter_audio.h
Installing filteraudio.pc
Installing libfilteraudio.a
/home/server/Documents/qtox-git.sh: line 11: qmake5: command not found
make: Nothing to be done for 'all'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment