From be6adc12a175ceb84505175d824c453bfd7b9e92 Mon Sep 17 00:00:00 2001 From: CPunch Date: Fri, 8 Jul 2022 00:02:54 -0500 Subject: [PATCH] Updated Compiling (markdown) --- Compiling.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Compiling.md b/Compiling.md index 6c1cb1f..6345169 100644 --- a/Compiling.md +++ b/Compiling.md @@ -13,9 +13,8 @@ Laika uses CMake as it's build system and provides several definitions for your ### Linux Make sure you have the following libraries and tools installed: - - CMake (>=3.16) - Compiler with C11 support (GCC >= 4.7, Clang >= 3.1, etc.) +- CMake (>=3.16) +- Compiler with C11 support (GCC >= 4.7, Clang >= 3.1, etc.) Simple run cmake to build the makefiles with your configuration.