CrossTheRoadElec / Phoenix-api

CTRE Phoenix language API (targets FIRST Robotics Competition, Linux, RaspPi, Windows)
Other
39 stars 28 forks source link

Rename cpp/include/ctre/Phoenix.h to cpp/include/Phoenix.h #29

Closed hyperliskdev closed 6 years ago

hyperliskdev commented 6 years ago

Phoenix.h's includes is looking for CTRE but there is no CTRE folder in the folder directory.

ozrien commented 6 years ago

The includes are meant to be #include "ctre/***.h"

There is a ctre folder, see example install below... image

Also we've been checking out Phoenix-frc-lib and cleanly building (windows/ubuntu), so you shouldn't have to modify any source to build.