>Hello everyone;
>I am trying to figure out how to use boost libraries for arduino (avr-gcc). I am so >new to the boost.
>I especially want to use lorenz example and compile it with arduino ide.
>it requires the odeint library inside the "Boost/numeric/odeint. " which i >downloaded from
https://www.codeproject.com/articles/268589/odeint-v-solving-ordinary-differential-equations
>and dowloaded the whole boost library version boost_1_62_0.
>but i couldn't understand how to install for arduino ide.
>where should i start? I feel so lost here.