embryo_cc
Collection of Enlightenment libraries
Install
- All systems
-
curl cmd.cat/embryo_cc.sh
- Debian
-
apt-get install libembryo-bin
- Ubuntu
-
apt-get install libembryo-bin
- Arch Linux
-
pacman -S efl
- Kali Linux
-
apt-get install libembryo-bin
- Fedora
-
dnf install efl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libembryo-bin
- OS X
-
brew install efl
- Raspbian
-
apt-get install libembryo-bin
- Dockerfile
- dockerfile.run/embryo_cc
efl
Collection of Enlightenment libraries
libembryo-bin
SMALL compiler creating Embryo bytecode
Embryo is primarily a shared library that gives you an API to load and control interpreted programs compiled into an abstract machine bytecode that it understands. This abstract (or virtual) machine is similar to a real machine with a CPU, but it is emulated in software This package contains the embryo compiler: embryo_cc.