Skip to content

I-asked/dna-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetAnywhere NG

DotNetAnywhere (DNA) is a interpreted .NET CIL runtime.

The runtime itself is written in C and has been designed to be as small and portable as possible, allowing .NET software to be used on resource-constrained devices where it is not possible to run a full .NET runtime.

Building

$ cmake -S dna -B _builddir/Debug \
        -G 'Unix Makefiles' \
        -D CMAKE_BUILD_TYPE=Debug \
        -D CMAKE_INSTALL_PREFIX="${PWD}/install"
$ cmake --build _builddir/Debug -j
$ cmake --install _builddir/Debug

About

DotNetAnywhere NG

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
COPYING

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages