

- #Command line developer tools mono framework mac os x
- #Command line developer tools mono framework install
Standard terminal emulator is not very good for console applications deals with mouse. All further development will be continued for. If you need library for Mono, you can download previous releases. Support of Mono runtime have been discontinued. If your system already has symlinks libc.so.6 and libncursesw.so.5, you can skip this step.
#Command line developer tools mono framework install
brew install -universal libtermkeyĬonsole Framework expects that libraries will be available strictly by these names on Linux.
#Command line developer tools mono framework mac os x
Libc and ncursesw are distributed in binaries in vast majority of Linux distros and OS X, so all you need is locate actual binaries and copy them in the output directory if the target machine does not have them, for example, if you are Mac OS X user, you will need to install libtermkey. Or you can use binaries of libtermkey from zip in /native directory. To build libtermkey go to its source code directory and simply run makeĪfter that you can copy binaries from. But in Linux and Mac OS X environments you should prepare some native dependencies to be able to execute examples. Native dependenciesįor Windows there are no native dependencies required. Both of them works well with this source code. NET Core project: Visual Studio 2017 Community and JetBrains Rider. There were two IDEs where I've worked with. Unzip native/libtermkey-0.18-x86_64.zip -d ExamplesStandalone/Man圜ontrols/bin/Debug/netcoreapp3.0/ĭotnet run -project ExamplesStandalone/Man圜ontrols

Mkdir -p ExamplesStandalone/Man圜ontrols/bin/Debug/netcoreapp3.0/ In Linux # Copy native dependencies before run In Windows dotnet run -project ExamplesStandalone/Man圜ontrols

To build a library with examples you can use standard dotnet tool: dotnet build NuGet package is available here Build from source
