Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install QTSamplePlayer #15

Open
ShuaiZhao opened this issue Feb 18, 2017 · 1 comment
Open

unable to install QTSamplePlayer #15

ShuaiZhao opened this issue Feb 18, 2017 · 1 comment

Comments

@ShuaiZhao
Copy link

The following give me errors:
jack@jack-1204:~$ sudo apt-get install qtmultimedia5-dev qtbase5-dev libqt5widgets5 libqt5core5 libqt5gui5 libqt5multimedia5 libqt5multimediawidgets5 libqt5opengl5 libav-tools libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswscale-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package qtmultimedia5-dev
E: Unable to locate package qtbase5-dev
E: Unable to locate package libqt5widgets5
E: Unable to locate package libqt5core5
E: Unable to locate package libqt5gui5
E: Unable to locate package libqt5multimedia5
E: Unable to locate package libqt5multimediawidgets5
E: Unable to locate package libqt5opengl5

There is no way I can continue with making this work.

Any suggestions. BTW, the libdash is built successfully on this Ubuntu12.04 box.

Thanks
Shuai

@hustzhao
Copy link

sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-add-repository ppa:canonical-qt5-edgers/ubuntu1204-qt5
sudo apt-get update
sudo apt-get install qtmultimedia5-dev qtbase5-dev libqt5widgets5 libqt5core5 libqt5gui5 libqt5multimedia5 libqt5multimediawidgets5 libqt5opengl5 libav-tools libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswscale-dev
cd libdash/libdash/qtsampleplayer
mkdir build
cd build
wget http://www.cmake.org/files/v2.8/cmake-2.8.11.2-Linux-i386.sh
chmod a+x cmake-2.8.11.2-Linux-i386.sh
./cmake-2.8.11.2-Linux-i386.sh
./cmake-2.8.11.2-Linux-i386/bin/cmake ../
make
./qtsampleplayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants