(buildroot ) Qt 4.8.1 configuration 추가 하기
“buildroot” 를 컴파일 하면
output/build/qt-4.8.1 파일이 생성이 됩니다.
$ make menuconfig
에서
Package Selection for the target --->
Graphic libraries and applications (graphic/text) --->
[*] Qt --->
[*] XML Patterns Module
$ cd output/build/qt-4.8.1
$ cp config.status config.status-org
$ rm -f .stamp_configured .stamp_built .stamp_staging_installed .stamp_target_installed
$ cd ../../../
$ ./ build_rootfs.sh
컴파일 후
$ diff config.status config.status-org
-xmlpatterns
추가 된 것을 알수 있습니다.
댓글 없음:
댓글 쓰기