https://github.com/wentsingnee/bingwallpapercpp
https://github.com/wentsingnee/bingwallpapercpp
bing-wallpaper cpp-network cpp17 wallpaper-downloader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wentsingnee/bingwallpapercpp
- Owner: WentsingNee
- Created: 2020-01-01T10:02:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:23:18.000Z (about 1 year ago)
- Last Synced: 2024-03-28T18:34:58.062Z (about 1 year ago)
- Topics: bing-wallpaper, cpp-network, cpp17, wallpaper-downloader
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny C++ Script of Downloading Bing Wallpaper
This project is inspired by [hejianjiao/BingWallpaper](https://github.com/hejianjiao/BingWallpaper).
## Requirements
* a C++17 compatible compiler such as GCC or Clang.
* CMake (recommended).
* [Kerbal](https://github.com/WentsingNee/Kerbal), a C++ template library written by me. (If you like it, please give me a star ^_^ )
* [CPR](https://github.com/whoshuu/cpr), a simple C++ wrapper around libcurl.
* [nlohmann json](https://github.com/azadkuh/nlohmann_json_release), a C++ JSON parser.# Note
If your GCC version is under 9.1.0 (7.x, 8.x, etc.), you need to link libstdc++fs.a .