Updated Compiling (markdown)

CPunch 2022-07-08 00:02:54 -05:00
parent f0c343a682
commit be6adc12a1
1 changed files with 2 additions and 3 deletions

@ -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.