Thread: GPS development
View Single Post
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#10
look at the `pkgconf... subcommand. The backquotes say take the output and turn it into arguments.

Just run it normally and it should return what is installed and complain about what is not.

Then do (fakeroot) apt-get install libXXX-dev for each missing item (and it might be libbluetooth instead of bluez so you might need to play some games).