Update README.md

self-hosting
Mohammed Alyousef 4 years ago committed by GitHub
parent 9c347b2851
commit ca0777a28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ cmkr, pronounced "cmaker", is A CMakeLists.txt generator from TOML.
## Building
cmkr requires a C++17 compiler, cmake >= 3.14 and git. It depends on toml11 by ToruNiina, which is added as a git submodule.
cmkr requires a C++17 compiler, cmake >= 3.14.
```
git clone https://github.com/moalyousef/cmkr
cd cmkr
@ -13,7 +13,7 @@ cmake --build bin
```
## Usage
cmkr parses cmake.toml files (using toml11) at the project directory. A basic hello world format with the minimum required fields:
cmkr parses cmake.toml files (using toml11 by Toru Niina) at the project directory. A basic hello world format with the minimum required fields:
```toml
[cmake]
minimum = "3.14"

Loading…
Cancel
Save