gcc-with-python3
plugin for GCC to invoke Python scripts from inside the compiler
Install
- All systems
-
curl cmd.cat/gcc-with-python3.sh
- Debian
-
apt-get install gcc-python3-plugin
- Ubuntu
-
apt-get install gcc-python3-plugin
- Kali Linux
-
apt-get install gcc-python3-plugin
- Fedora
-
dnf install gcc-python3-plugin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc-python3-plugin
- Raspbian
-
apt-get install gcc-python3-plugin
- Dockerfile
- dockerfile.run/gcc-with-python3
gcc-python3-plugin
plugin for GCC to invoke Python scripts from inside the compiler
The GCC Python plugin is a plugin for GCC, which links against libpython, and allows you to invoke arbitrary Python scripts from inside the compiler. The aim is to allow you to write GCC plugins in Python.