Live data from Hacker News

Ask HN: Porting an X11 App to Mac

news.ycombinator.com

1–3 of 3 posts

Ask HN: Porting an X11 App to Mac

#1
A friend of mine uses a gesture-based app on Linux and I'd like to port it to OS X. The code is open-sourced and available on Github but I have no idea where to start.

Got some tips, articles that could point me in the right direction?

Re: Ask HN: Porting an X11 App to Mac

#3
You could start with macports or homebrew. Those tools allows you to install open source software in OS X.

One example is XQuartz the X11 port for OS X http://xquartz.macosforge.org/trac/wiki/Releases

If you know what are you doing probably this is a good point to start, and if you need other libraries then you should look there too.