1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-25 14:00:15 +00:00

Updated Compiling (markdown)

CPunch 2022-07-08 00:02:54 -05:00
parent f0c343a682
commit be6adc12a1

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