Support » Pololu AVR Programming Quick Start Guide » 5. Getting Started on macOS »
5.3. Installing the Pololu AVR C/C++ Library in macOS
The Pololu AVR C/C++ Library can be downloaded as a .zip file from the Download Instructions 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 libpololu-avr
.
To install the library, open a Terminal session, navigate to the libpololu-avr
directory, and type sudo make install
. 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 make show_prefix
.