-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сборка под Mac и Windows #11
Comments
Use CMake, Luke. On Wed, Aug 29, 2012 at 15:04 -0700, Sergey wrote:
|
control/qt/quadro.pro --- это файл проекта Qt. Думаю, реализовать подключение библиотеки можно средствами Qt. А вот проект для arduino можно собирать и с помощью CMake (отказавшись от их IDE). конкретная проблема такова: в arduino/auto_controlled_engine_set_oop/Gyroscope.cpp нужно каким-то образом подключить Wire.h, но просто так не работает |
Используй CMake, его даже KDE использует. Просто добавляешь в пути On Wed, Aug 29, 2012 at 15:18 -0700, Sergey wrote:
|
Под MacOS X 10.9.2 сборка описана в README проекта control. |
Сейчас в некоторых файлах (control/qt/quadro.pro и arduino/auto_controlled_engine_set_oop/Gyroscope.cpp) прописаны пути к библиотекам. Очевидно, что на других системах это работать не будет.
The text was updated successfully, but these errors were encountered: