Skip to content

Instantly share code, notes, and snippets.

@bonelifer
Last active July 16, 2020 08:38
Show Gist options
  • Save bonelifer/e17bcea920d3bb2b8c211ed20f48f33d to your computer and use it in GitHub Desktop.
Save bonelifer/e17bcea920d3bb2b8c211ed20f48f33d to your computer and use it in GitHub Desktop.
# You should make sure these are installed before trying to build RadioTray-NG on Ubuntu
#
# sudo apt-get install lsb_release libcurl4-openssl-dev libjsoncpp-dev libxdg-basedir-dev libnotify-dev libboost-filesystem-dev libgstreamer1.0-dev libappindicator3-dev libboost-log-dev libboost-program-options-dev libgtk-3-dev libnotify-dev lsb-release libbsd-dev libncurses5-dev libglibmm-2.4-dev libwxgtk3.0-gtk3-dev libwxgtk3.0-gtk3-0v5 cmake
# On initial RUN, run these five commands before running this script
#mkdir ~/CODE/
#cd ~/CODE/
#git clone https://github.com/ebruck/radiotray-ng.git
#cd radiotray-ng
#mkdir build
cd ~/CODE/radiotray-ng/
git pull
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make package
filename=$(find . -maxdepth 1 -name radiotray-ng*.deb | sed -e 's/.\///g')
#echo $filename
sudo dpkg -i ./$filename
sudo apt-get install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment