GithubHelp home page GithubHelp logo

isabella232 / monokickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thespydog/monokickstart

0.0 0.0 0.0 143.7 MB

Kick start executable for running stand-alone distributed Mono applications

License: Other

C 91.52% CMake 5.31% Shell 3.18%

monokickstart's Introduction

This is MonoKickstart, a standalone Mono "kick" application to run C# programs
on GNU/Linux and macOS without depending on a system installation of Mono.

License
-------
kick.c is released under the zlib license. See LICENSE for details.

binreloc is released under the WTFPL license. See binreloc.LICENSE for details.

About MonoKickstart
-------------------
Originally developed by Edward Rudd for Bastion, MonoKickstart is a reworking of
the stock generated kickstart code from Mono to easily run C# applications on
*nix platforms. macOS support was added in 2013 for FNA titles.

About the precompiled/ Folder
-----------------------------
We have provided a precompiled MonoKickstart application for you to use in your
programs. Included are kick binaries and libmono binaries for macOS and Linux.
We have also provided the subset of the C# BCL needed by FNA; if you need any
other DLLs, you can find them in a standard binary release of Mono.

To use the precompiled MonoKickstart, simply rename the kick.bin.* binaries to
the name of your .exe assembly (for instance, MyGame.bin.x86 starts MyGame.exe).

If you wish to use additional shared libraries (for instance, libSDL2), simply
add the library to the architecture's lib folder:

macOS: osx/
Linux: lib64/

Be sure to run `./fixDylibs.sh` on macOS if you add new libraries!

About MONO_FORCE_COMPAT
-----------------------
Recent versions of .NET broke compatibility with previous versions, in ways that
are non-trivial for applications to fix. To work around the issue, we have
integrated a patch from the OpenBSD community to allow for replicating old .NET
behavior by simply setting MONO_FORCE_COMPAT to a non-null value:

https://github.com/openbsd/ports/commit/7670058636c4985f47fa8da6dceaa9e7fec4f933

Thanks to the OpenBSD community for the fix!

monokickstart's People

Contributors

flibitijibibo avatar urkle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.