ConsoleFramework.slnExamples project as Startup projectnant build command in working copy directoryConsoleFrameworkMono.sln in MonoDevelopExamples project as Startup projectnant build command in working copy directoryIn Windows there are no native dependencies. But in Linux and Mac OS X environments you should prepare some native dependencies to be able to execute examples. Dependencies are:
To build libtermkey go to its source code directory and simply run make.
After that you can copy binaries from ./libs into directory with examples. Or you can use binaries of libtermkey from zip in /native directory.
Libc and ncursesw are distributed in binaries in vast majority of Linux distros (in Mac OS X you may need to install them manually using MacPorts), so all you need is locate actual binaries and create a symlinks in local directory, for example, if you are Mac OS X user, you can create next symlinks:
Console Framework expects that libraries will be available strictly by this names. If your system already has symlinks libc.so.6 and libncursesw.so.5, you can skip this step.