Using a Pi?

qDslrDashboard feature request, ideas
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Using a Pi?

Post 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
diga1001
Posts: 3
Joined: 04 Mar 2015, 19:59

Re: Using a Pi?

Post by diga1001 »

Argh, how could one be so stupid and blind. Works perfect now, thank you for helping a blind chicken^^
Post Reply