Skip to content

WentsingNee/BingWallpaperCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny C++ Script of Downloading Bing Wallpaper

This project is inspired by hejianjiao/BingWallpaper.

Requirements

  • a C++17 compatible compiler such as GCC or Clang.
  • CMake (recommended).
  • Kerbal, a C++ template library written by me. (If you like it, please give me a star ^_^ )
  • CPR, a simple C++ wrapper around libcurl.
  • nlohmann json, 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 .

Releases

No releases published

Packages

No packages published