From deff78ed5836f965cf22ec0a565f25a186abc45a Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Wed, 15 Oct 2025 08:14:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(BUILD.md):=20add=20build=20inst?= =?UTF-8?q?ructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 BUILD.md diff --git a/BUILD.md b/BUILD.md new file mode 100644 index 0000000..0d75c17 --- /dev/null +++ b/BUILD.md @@ -0,0 +1,5 @@ +mkdir build +cd build +cmake .. +make +./CoursOpenGl