Skip to content

UMRnInside/MlogEvo-stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MlogEvo-stdlib

"Standard libraries" for MlogEvo.

It's hard to distribute MlogEvo Standard Library with MlogEvo, for the egg format does NOT include those C header files, and wheel format drops its hierarchy.

Install

  1. Download the standard library. Of course, you can click Code -> Download ZIP (on GitHub) instead.
# Use git
git clone https://github.com/UMRnInside/MlogEvo-stdlib --depth 1
  1. Install this into Python include directory.
cd MlogEvo-stdlib
python3 install_stdlib.py

Of course, you can literally copy-paste the whole mlogevo directory instead.

Uninstall

cd MlogEvo-stdlib
python3 uninstall_stdlib.py

Usage without installation

python3 -m mlogevo -I/path/to/MlogEvo-stdlib/include your-source-code.c

About

"Standard libraries" for MlogEvo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published