Skip to content

iDuckDark/CPP-Animated-Wallpaper

Repository files navigation

C++ Animated Wallpaper with SDL 2.0.9

How to compile the project on MacOS?

  1. Download SDL using brew install sdl2
  2. Launch XCode
  3. Go to project's target -> build settings -> search for Header Search Path
  4. Add /usr/local/include to Header Search Path
  5. Now navigate to build phases, Link Binary with Libraries
  6. Add libSDL2-2.0.0.dylib by browsing the /Usr/local/Cellar/SDL2/2.0.9/lib directory. You also could use command + shift + g to navigate to the folder quickly
  7. Finally, build & run the project

Releases

No releases published

Packages

No packages published

Languages