Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FranRodriguez/switchboard-plug-bing-wallpaper
https://github.com/FranRodriguez/switchboard-plug-bing-wallpaper
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/FranRodriguez/switchboard-plug-bing-wallpaper
- Owner: FranRodriguez
- Created: 2018-02-03T09:17:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T09:22:58.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T03:04:12.408Z (4 months ago)
- Language: Vala
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elementaryos - Bing Wallpaper Plug - A plug to get wallpapers from bing (Switchboard Plugs / Theming)
README
# Bing Wallpaper Plug
## Building and InstallationYou'll need the following dependencies:
* cmake
* libswitchboard-2.0-dev
* granite
* posix
* valacIt's recommended to create a clean build environment
mkdir build
cd build/
Run `cmake` to configure the build environment and then `make` to buildcmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
To install, use `make install`, then execute with `switchboard`sudo make install
switchboard