[MOD] Arduino Enhanced Release 1.0.5 for Windows (installer, drivers, etc) +SRC

dxw00d:

I thought the libraries directory was always under the "main" install directory

The standard libraries are under the IDE main directory. Third party libraries are meant to be stored in a libraries sub-directory of the sketchbook directory, so that they are independent of the IDE installation.

Oh, OK, thanks, I never realised that. I've always put all my libraries, and any third party ones, in the default one. I thought they needed to be there so the build could find them.

Still just use the #include <mylib.h>, and the build will find them?