xwpe icon indicating copy to clipboard operation
xwpe copied to clipboard

Which platforms do we support?

Open gbonnema opened this issue 7 years ago • 3 comments

In we_fl_unix.c pratically all of the program is bracketed with #ifdef UNIX. This makes me wonder what else we support. As we do no longer support DJGPP (no knowledge and platform is all but dead), which others do we support? Especially if they are not unix platforms?

gbonnema avatar May 31 '17 17:05 gbonnema

This requires some digging through the old documentation, starting with the original project. I'll see what I can find when I have a moment.

amagnasco avatar Jun 04 '17 17:06 amagnasco

Easiest way to figure this out is just adding platform testing to the CI, and work from there.

amagnasco avatar Jun 04 '17 20:06 amagnasco

Let's keep track of support here, before we move it into the docs.

  • [ ] Re: #38 & #44, OS X support (homebrew, gcc).
  • [x] Full support for several versions of gcc, Ubuntu.
  • [x] Support for clang, Ubuntu.
  • [x] Support for libncurses5-dev, libncurses6.
  • [x] Support for Fedora 25 using libncurses6

amagnasco avatar Jun 04 '17 21:06 amagnasco