glouw / paperview

A high performance X11 animated wallpaper setter
https://glouw.com/2020/08/02/Paperview.html
MIT License
1.45k stars 46 forks source link

any build for macOS? #11

Open und3fined opened 4 years ago

und3fined commented 4 years ago

Hi team,

You can shared a binary for macOS

glouw commented 4 years ago

Hiya,

If you have xcode installed you should have make and gcc (aliases to clang) on mac ready. Just do a brew install of sdl2 first, then run make.

brew install sdl2
make
./paperview folder_with_bmps 5

This assumes the current flavor of macos is compatible with X11 (I believe xquartz is): https://stackoverflow.com/questions/14321038/x11-xlib-h-no-such-file-or-directory-on-mac-os-x-mountain-lion

In short, its a little tricky, but possible.