carlospzlz / ctello

C++ library to interact with the DJI Ryze Tello Drone
GNU General Public License v3.0
53 stars 19 forks source link

Before building, you have to install libspdlog-dev #2

Closed AnaRhisT94 closed 3 years ago

AnaRhisT94 commented 3 years ago

Hi, because of spdlog requirement, libspdlog-dev installation is required.

sudo apt-get install libspdlog-dev

carlospzlz commented 3 years ago

Hi, spdlog is listed in the Dependencies section in the README, before Build & Install. Do you find that's not clear enough?

AnaRhisT94 commented 3 years ago

Totally ok, just to let others know that this package has to be installed so spdlog's requirement is fullfilled.