Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any build for macOS? #11

Open
und3fined opened this issue Aug 5, 2020 · 1 comment
Open

any build for macOS? #11

und3fined opened this issue Aug 5, 2020 · 1 comment

Comments

@und3fined
Copy link

Hi team,

You can shared a binary for macOS

@glouw
Copy link
Owner

glouw commented Aug 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants