ppalan289/bluetooth_mgr
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
----------------------------------- To build on Linux PC/VirtualMachine ----------------------------------- $$ libtoolize --force $$ aclocal $$ autoheader $$ automake --force-missing --add-missing $$ autoconf $$ PREFIX_PATH=/ZZZZZZ/local $$ CPPFLAGS="-I$PREFIX_PATH/include/ -I$PREFIX_PATH/include/cjson/" LIBCJSON_CFLAGS=-I$PREFIX_PATH/include/cjson/ LDFLAGS="-L$PREFIX_PATH/lib/ -lbtrCore" LIBCJSON_LIBS=-lcjson ./configure --enable-gstreamer1=yes --enable-pi-build=yes --prefix=$PREFIX_PATH
Releases
No releases published
Languages
- C 96.4%
- Makefile 1.4%
- Python 1.4%
- Other 0.8%