DStarRepeater/ircDDB Gateway compile procedure

RasPi 3B/3B+ Raspbian stretch (as of 25/Jul/2018)

Please refer to here, https://github.com/dl5di/OpenDV

wxWidgets

$ wget https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.4/wxWidgets-3.0.4.tar.bz2
$ tar xf wxWidgets-3.0.4.tar.bz2
$ sudo apt-get install libgtk2.0-dev libjpeg-dev libtiff5-dev libnotify-dev
$ cd wxWidgets-3.0.4
$ ./configure
$ make
$ sudo make install
$ cd ~

libusb-1.0

$ wget http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.22/libusb-1.0.22.tar.bz2
$ tar xf libusb-1.0.22.tar.bz2
$ sudo apt install libudev-dev
$ cd libusb-1.0.22
$ ./configure
$ make 
$ sudo make install
$ cd ~

wiringPi

$ git clone git://git.drogon.net/wiringPi
$ cd ./wiringPi
$ ./build
$ cd ~

DStarRepeater

$ git clone https://github.com/g4klx/DStarRepeater
$ cd DStarRepeater
$ sudo apt install libasound2-dev libwxbase3.0-0v5
$ make -f Makefile.Pi
$ sudo make install -f Makefile.Pi
$ cd ~

ircDDB Gateway

$ git clone https://github.com/g4klx/ircDDBGateway
$ cd ircDDBGateway
$ make
$ sudo make install
$ cd ~

Enjoy!! de JP1AWP

Special thanks to JL7KGW and JR7ARG