

You will have to obtain CursesSharp sources. pkg-config - typically required by Mono, but make sure it’s installed.Ncurses library and headers (development files) - typically this package is called ncurses-dev.Standard development tools - a C compiler (e.g.

You don’t need these tools if you use the source code package.

Linux and Windows should still work, but I have not at this time tested those other flavors. I updated this to work for ‘modern’ autotools so allow autoreconf and configure to actual run without throwing errors and then I updated the Makefile.am’s files to allow compiling under OS-X and with Mono 4.0.x. The original version can be found at the project page.The latest version of this ‘fork’‘ can be found at Github.

CursesSharp is a C# wrapper for curses library.
