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

cinnabar-engine/ce-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published