Support » Pololu AVR Programming Quick Start Guide » 5. Getting Started on macOS »
5.3. Installing the Pololu AVR C/C++ Library in macOS
<p>The Pololu AVR C/C++ Library can be downloaded as a .zip file from the <a href="/docs/0J20/2.a">Download Instructions</a> section of the library user’s guide. Use the Mac’s Archive Utility to extract the .zip file to your desktop or any other convenient location. It will unzip to a folder called <code>libpololu-avr</code>.</p>
<p>To install the library, open a Terminal session, navigate to the <code>libpololu-avr</code> directory, and type <code>sudo make install</code>. This will copy the library object (.a) and header (.h) files to appropriate subdirectories of your AVR toolchain. To see exactly where they will be copied, you can type <code>make show_prefix</code>.</p>