-
Notifications
You must be signed in to change notification settings - Fork 1
Development version: install and run
Szymon edited this page Aug 30, 2020
·
7 revisions
Installation guide for: Ubuntu, Mint, Raspbian.
WARNING: Audio is not working on WSL!
sudo apt install g++ gcc cmake
sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-pulseaudio
sudo apt install golang
sudo apt install libzmq5 libzmq3-dev
go get github.com/pebbe/zmq4
- in project directory (where CMakeLists.txt is)
-
mkdir build && cd build
- separate folder to build, -
cmake .. && make
- build with cmake (compiling and linking), -
./PiRadioApp
- run application,
In current version recompile is needed only when C++ files were changed!