-
[Build & Error] libqrencode 사용하기이전 포스팅/Build & Error 처리 2018. 6. 28. 16:08
[Build & Error] libqrencode 사용하기
>>>> Issue
libqrencode 사용하기
#include <qrencode.h>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> Solution
1. https://fukuchi.org/works/qrencode/ 접속
2.
qrencode-4.0.2.tar.gz라이브러리 파일 다운로드
3. 패키지 파일 설치
- autoconf
- automake
- autotools-dev
- libtool
- pkg-config
- libpng-dev4. 압축 해제 후
- ./configure
- make
- sudo make install
- sudo ldconfig
- cmake .
- make
'이전 포스팅 > Build & Error 처리' 카테고리의 다른 글
[Build & Error] Project ERROR: Unknown module(s) in QT: serialport (0) 2018.06.28 [Build & Error] libQt5Xml.so.5: cannot open shared object file (0) 2018.06.28 [Build & Error] GL/gl.h: No such file or directory (0) 2018.06.28 [Build & Error] moudule qtcharts 추가 (0) 2018.05.09 댓글