Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

author
Tumble
Feb 10, 2021
40178d8 · Feb 10, 2021

History

History
35 lines (30 loc) · 848 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 848 Bytes

Cinnabar Engine

Prerequisites

Use the build tool CMake to build cinnabar.

Windows

Visual Studio VSCode

Debian

sudo apt-get install build-essential cmake libsdl2-dev libglew-dev libglm-dev

Arch

sudo pacman -S base-devel cmake make gcc ninja sdl

Redhat/Fedora

sudo dnf install kernel-devel make automake gcc gcc-g++ ninja-build make

building instrictions

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

Running

Windows: /build/run/(Debug/Release)/engine.exe Linux: /build/run/engine

Contributing

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