Build enviroment for creating modules for Cinnabar Engine.
Use the build tool CMake to build cinnabar.
sudo apt install build-essential cmake
sudo pacman -S base-devel cmake
sudo dnf install kernel-devel cmake
mkdir 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.