* sixpair.c compile comments patch
@ 2009-12-17 17:21 Nathan Fearnley
0 siblings, 0 replies; only message in thread
From: Nathan Fearnley @ 2009-12-17 17:21 UTC (permalink / raw)
To: linux-bluetooth
Here's a small patch that updates the instructions on how to compile
the sixpair.c program. They were out of date since the common folder
was merged with src.
--Nathan Fearnley
--- sixpair.c 2009-12-17 12:01:59.202237665 -0500
+++ sixpair.new.c 2009-12-17 12:03:37.130237071 -0500
@@ -1,5 +1,5 @@
/* To compile
- * gcc -g -Wall -I../src -I../lib/ -I../include
-DSTORAGEDIR=\"/var/lib/bluetooth\" -o sixpair sixpair.c
../src/storage.c ../common/libhelper.a -I../common `pkg-config --libs
--cflags glib-2.0 libusb-1.0` -lbluetooth
+ * gcc -g -Wall -I../src -I../lib/ -I../include
-DSTORAGEDIR=\"/var/lib/bluetooth\" -o sixpair sixpair.c
../src/storage.c ../src/textfile.c ../src/glib-helper.c -I../common
`pkg-config --libs --cflags glib-2.0 libusb-1.0` -lbluetooth
*/
#include <unistd.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-17 17:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-17 17:21 sixpair.c compile comments patch Nathan Fearnley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).