求助如何安装deepin-movie ubuntu14.04
Tofloor
poster avatar
isunny
deepin
2014-11-13 05:41
Author
参考的的这里:

https://github.com/linuxdeepin/deepin-m ... 54d80686cb
3. Install PyQt5.1.1:
   Download http://sourceforge.net/projects/pyqt/fi ... 1.1.tar.gz

   And then:
   > tar -xzvf ./PyQt-gpl-5.1.1.tar.gz
   > cd ./PyQt-gpl-.5.1.1
   > sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
   > python configure.py --qmake /opt/Qt5.1.1/5.1.1/gcc_64/bin/qmake
   > sudo ln -s /usr/include/python2.7 /usr/local/include/python2.7
   > make
   > sudo make install
运行
sudo make install
出现错误   如下:
strip /usr/bin/pyuic5
strip:/usr/bin/pyuic5: 不可识别的文件格式
make: [install_pyuic5] 错误 1 (忽略)

另外,请教ubuntu 14.04 如何安装deepin-player 2.1      谢谢
Reply Favorite View the author
All Replies
Lotuso
deepin
2014-11-13 17:40
#1
上诉的是操作步骤,你认为是什么?不会是直接sudo make install了吧?
Reply View the author
isunny
deepin
2014-11-13 20:57
#2
上诉的是操作步骤,你认为是什么?不会是直接sudo make install了吧?

我认为是deepin-player的环境准备啊

不然还有什么?
Reply View the author
136******54
deepin
2014-11-13 21:29
#3
可能是PyQt没有正确安装
Reply View the author