Page 2 of 2

Re: Using a Pi?

Posted: 05 Mar 2015, 07:55
by hubaiz
The compiler can't find the files. You are executing it in the wrong folder.

Code: Select all

git clone https://github.com/hubaiz/DslrDashboardServer.git
sudo apt-get install build-essential pkg-config libusb-1.0-0-dev
cd DslrDashboardServer
g++ -Wall src/main.cpp src/communicator.cpp `pkg-config --libs --cflags libusb-1.0` -lpthread -lrt -lstdc++ -o ddserver

Re: Using a Pi?

Posted: 05 Mar 2015, 15:11
by diga1001
Argh, how could one be so stupid and blind. Works perfect now, thank you for helping a blind chicken^^