Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (30 loc) · 777 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 777 Bytes

Cinnabar Engine Module Template

Build enviroment for creating modules for Cinnabar Engine.

Prerequisites

Use the build tool CMake to build cinnabar.

Windows

Visual Studio VSCode

Debian

sudo apt install build-essential cmake

Arch

sudo pacman -S base-devel cmake 

Redhat/Fedora

sudo dnf install kernel-devel cmake

Build Instructions

mkdir build
cd build
cmake ..
cmake --build .

Exporting

/build/lib/MODULE.so

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.