Build enviroment for creating modules for Cinnabar Engine.
Use the build tool CMake to build cinnabar.
sudo apt install build-essential cmakesudo pacman -S base-devel cmake sudo dnf install kernel-devel cmakemkdir build
cd build
cmake ..
cmake --build ./build/lib/MODULE.so
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.