From 58c69e4aa51754f4a154c27f1894416675a626a8 Mon Sep 17 00:00:00 2001 From: cat Date: Fri, 6 Mar 2026 16:32:43 +0200 Subject: [PATCH] Added how to compile to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d8071f..cc10026 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Tormaline Engine is a game engine created for C++23. [Source Code](https://git.t # Usability Status Tourmaline is by no means currently usable. The project is incredible volatile with constant changes and improvements. Please wait until a release is made. +However if you cannot just help yourself you can compile a tourmaline demo by running +g++ program.cpp -std=c++23 -lTourmaline -I/usr/local/include/TourmalineExternal -o program + # 3rd Party Libraries Credits - [Corrade/Magnum](https://magnum.graphics/) - graphics middleware by Vladimír "Mosra" Vondruš. - [miniaudio](https://miniaud.io/) - audio playback and capture library by David "Mackron" Reid.