sudo apt-get install libxcb-xinerama0-dev 

sudo apt-get install build-essential perl python git

sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev

sudo apt-get install libicu-dev



https://launchpad.net/~svada-dev/+archive/ubuntu/gstreamer1.0-precise-backports

//변경 sudo add-apt-repository ppa:svada-dev/gstreamer1.0-precise-backports


https://launchpad.net/~dwink/+archive/ubuntu/gstreamer

ppa:dwink/gstreamer   <<사용


sudo apt-get install freeglut3 freeglut3-dev


Qt multimedia

sudo apt-get install libasound2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev


http://qiita.com/aKenjiKato/items/d626af4685065426326d


 :http://hamonikr.org/board_bFBk25/17883



https://launchpad.net/~miurahr/+archive/ubuntu/qt5


./configure -opensource -confirm-license -prefix /opt/Desktop_qt5.6  -glib -gstreamer 1.0 -skip  qtserialbus -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -nomake examples -v


---

GStreamer 1.0 auto-detection... ()
Project ERROR: gstreamer-audio-1.0 development package not found
GStreamer 1.0 disabled.
The GStreamer 1.0 functionality test failed!
 Turn on verbose messaging (-v) to /home/li/Desktop/qt-everywhere-opensource-src-5.6.0/qtbase/configure to see the final report.
li@li:~/Desktop/qt-everywhere-opensource-src-5.6.0$ echo $LD_LIBRARY_PATH 
:/usr/lib/x86_64-linux-gnu
---

 gstreamer-audio-1.0

sudo apt-get install libgstreamer-plugins-base1.0-dev  << 와우 된다

링크

Qt5 for Precise 12.04 LTS: https://launchpad.net/~miurahr/+archive/ubuntu/qt5

Ubuntu GStreamer1.0  : https://wiki.ubuntu.com/Novacut/GStreamer1.0#Adding_PPA_for_Ubuntu_Precise


'Qt' 카테고리의 다른 글

[Qt] Download 및 라이센스 관련  (0) 2017.06.14
Qt Error 모음  (0) 2016.07.18
qtwayland5.7인 설치  (0) 2016.06.27
화면에 잔상  (0) 2016.05.29
Qt 설정작업  (0) 2016.02.01

싱글 소스 다운빌드후 qtwayland 관련 라이브러리가 설치되지 않았다. 


소스 다운로드 및 브랜치 변경

git clone git://code.qt.io/qt/qtwayland.git

cd qtwayland

git://code.qt.io/qt/qtwayland.git



qmake 패스설정 /opt/qt5.7/bin

kj@IVIS-KJ:/DATA/5.6buildWayland/5.7qtwayland/qtwayland$ qmake --version
QMake version 3.0
Using Qt version 5.7.0 in /opt/tcc8935/sysroots/cortexa9-vfp-neon-telechips-linux-gnueabi/opt/qt5.7/lib
버전 확인후

$qmake

Checking for wayland... yes
Checking for xkbcommon... yes
Checking for wayland_cursor... yes
Checking for wayland_scanner... yes
Checking for wayland_egl... yes
Checking for brcm_egl... no
Checking for glx... no
Checking for xcomposite... no
Checking for drm_egl_server... yes
Checking for libhybris_egl_server... no


$make -j8

$make -j8  install


libQt5WaylandClient.so

libQt5WaylandCompositor.so


라이브러리 설치 확인


'Qt' 카테고리의 다른 글

Qt Error 모음  (0) 2016.07.18
Qt Compile5.6  (0) 2016.06.28
화면에 잔상  (0) 2016.05.29
Qt 설정작업  (0) 2016.02.01
qmake 비교 작업  (0) 2016.02.01

lcd 를 살려봅시다.  - lcd 추가법이 설명되어 있다.  http://forum.falinux.com/zbxe/index.php?document_srl=562729



'리눅스커널' 카테고리의 다른 글

내 pc 설정  (0) 2016.07.12
부팅 상태에서 커널 업데이트 방법  (0) 2016.07.07
ARM 리눅스 커널 3.0 포팅(Porting the Linux kernel 3.0 for ARM Architecture)  (0) 2016.06.23
커널컴파일  (0) 2015.04.17
시스템콜  (0) 2015.04.16

+ Recent posts