![ZUM Radio MMDVM-Pi User Manual Download Page 12](http://html1.mh-extra.com/html/zum-radio/mmdvm-pi/mmdvm-pi_user-manual_942311012.webp)
Elite 3.5 LCD ZUMspot kit user guide
Copyright 2019-2022 ZUM Radio, Inc
12
Rev 1.0
On Ubuntu
●
Follow the same instructions as
Windows 10
but skip the part about installing bash and
Ubuntu
On macOS
●
First install Homebrew:
○
REQUIREMENTS FOR HOMEBREW:
■
64-bit Intel CPU
■
macOS High Sierra (10.13) or higher
○
Open the Terminal
○
Copy and paste the following line and press Enter:
/usr/bin/ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install
○
If you would like to readup on using homebrew visit
●
Once Homebrew has been installed, run the following command:
○
brew install libusb autogen automake wget pkg-config cmake openocd
●
Install the ARM GCC toolchain:
○
Run the following command:
brew tap ArmMbed/homebrew-formulae
○
Run the following command:
brew install arm-none-eabi-gcc
●
Get the latest source code from GitHub:
○
git clone
https://github.com/g4klx/MMDVM
○
cd MMDVM
○
git submodule init
○
git submodule update
●
Edit Config.h. Uncomment the line:
#define MODE_LEDS
○
If you want to connect a Nextion display, then also uncomment the line: #define
SERIAL_REPEATER
●
To start build run:
make pi-f722
●
Binaries will be under the
bin/
folder