|
|
|
@ -22,10 +22,11 @@ Currently, the weather report including forecast for today and tomorrow is fetch |
|
|
|
|
### Installation |
|
|
|
|
|
|
|
|
|
Run the following commands in the `gnome-shell-extension-weather` directory: |
|
|
|
|
* `./autogen.sh --prefix=/usr` |
|
|
|
|
* `make` |
|
|
|
|
* `sudo make install` |
|
|
|
|
* `sudo install -D weather-extension-configurator.py /usr/bin/weather-extension-configurator` |
|
|
|
|
|
|
|
|
|
./autogen.sh --prefix=/usr |
|
|
|
|
make |
|
|
|
|
sudo make install |
|
|
|
|
sudo install -D weather-extension-configurator.py /usr/bin/weather-extension-configurator |
|
|
|
|
|
|
|
|
|
That's it! |
|
|
|
|
|
|
|
|
|