2010. 11. 29. 16:07
ubuntu - libnfc library install NFC/acs1222010. 11. 29. 16:07
반응형
http://code.google.com/p/libnfc/
http://libnfc.googlecode.com/files/libnfc-1.4.0.tar.gz
< ubuntu 10.10 >
$ ./configure
...
configure: error: The libusb headers are missing
configure: error: libpcsclite is mandatory.
$ sudo apt-get install libusb-dev libpcsclite-dev
2개의 패키지를 별도로 추가 설치해줘야함~!
$ make
$ sudo make install
# sudo apt-get install libusb-0.1-4 libpcsclite1 libccid pcscd automake libtool pkg-config
우분투에서 apt-get install 로 패키지? 명을 못찾을때의 팁
sudo apt-get install libusb* 와 같이
치면 관련 패키지 목록이 좌악~ 뜬다.
# sudo /etc/init.d/pcscd restart
리눅스를 실행하고 NFC 리더기를 꼽고 위의 명령어? 를 쳐서 리더기의 드라이버를 재시작? 해줘야함
(재부팅 하면, 물리적? 으로 리더기를 분리해야함.. 이유:모름)
http://libnfc.googlecode.com/files/libnfc-1.4.0.tar.gz
< ubuntu 10.10 >
$ ./configure
...
configure: error: The libusb headers are missing
configure: error: libpcsclite is mandatory.
$ sudo apt-get install libusb-dev libpcsclite-dev
2개의 패키지를 별도로 추가 설치해줘야함~!
$ make
$ sudo make install
# sudo apt-get install libusb-0.1-4 libpcsclite1 libccid pcscd automake libtool pkg-config
우분투에서 apt-get install 로 패키지? 명을 못찾을때의 팁
sudo apt-get install libusb* 와 같이
치면 관련 패키지 목록이 좌악~ 뜬다.
# sudo /etc/init.d/pcscd restart
리눅스를 실행하고 NFC 리더기를 꼽고 위의 명령어? 를 쳐서 리더기의 드라이버를 재시작? 해줘야함
(재부팅 하면, 물리적? 으로 리더기를 분리해야함.. 이유:모름)
반응형