bluez build 하기

Linux/Linux 일반 : 2018. 3. 27. 12:10
반응형

http://www.bluez.org/download/


에 가서 다운로드합니다.



$ sudo apt-get install libical-dev


$ sudo apt-get install libreadline-dev


위에 두개를 깔고.. 


$ ./configure 


를 돌린다음


$ make -j12



test 디렉토리.

.

├── bluezutils.py

├── dbusdef.py

├── example-advertisement

├── example-gatt-client

├── example-gatt-server

├── ftp-client

├── list-devices

├── map-client

├── monitor-bluetooth

├── opp-client

├── pbap-client

├── sap_client.py

├── service-did.xml

├── service-ftp.xml

├── service-opp.xml

├── service-record.dtd

├── service-spp.xml

├── simple-agent

├── simple-endpoint

├── simple-player

├── test-adapter

├── test-device

├── test-discovery

├── test-gatt-profile

├── test-health

├── test-health-sink

├── test-hfp

├── test-manager

├── test-nap

├── test-network

├── test-profile

└── test-sap-server

반응형

'Linux > Linux 일반' 카테고리의 다른 글

DBus  (0) 2018.03.27
프로세스가 동작하는 cpu core 지정하기  (0) 2018.02.28
실행파일에 연결된 shared library list 보기  (0) 2018.02.20
Posted by Real_G