kasramp / UbuntuIndicatorWeather

Simple weather indicator for Ubuntu unity and Gnome 3
https://simpleweatherindicator.madadipouya.com/
GNU General Public License v3.0
89 stars 12 forks source link

How to install on Fedora Linux #60

Open SteveEbey73742 opened 5 years ago

SteveEbey73742 commented 5 years ago

How to compile or install on Fedora.

kasramp commented 5 years ago

Hi @SteveEbey73742 - There is no repository available for Fedora. The only available option at the moment is to install it manually. To do so, you need to make sure you have the following dependencies installed on your Linux:

gir1.2-appindicator3-0.1 gir1.2-notify-0.7 python python-gtk2 python-gi python-retrying 

Then after that, you can clone the repository and execute sudo ./install.sh script. WARNING: I've not tested the app on Fedora. So I am not sure whether it will work or not. Let me know if you have any problem.