"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.
- 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
- 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.
cd MlogEvo-stdlib
python3 uninstall_stdlib.py
python3 -m mlogevo -I/path/to/MlogEvo-stdlib/include your-source-code.c