Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 762 Bytes

README.md

File metadata and controls

48 lines (41 loc) · 762 Bytes

LDBox

Building the LDBox

Windows

Linux

sudo apt install git cmake build-essential clang -y

Clone the repository

git clone https://github.com/LakoMoor/LDBox.git --recursive

Quick start engine setup

cd LDBox
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Start application

Windows

For launch use LDBox.exe. For Dev mode use cmd and write

LDBox.exe -dev

Linux

For launch use

./LDBox

For Dev mode use

./LDBox.exe -dev

README will be update!