... | ... | @@ -4,7 +4,7 @@ The core library uses some C++ 20 features, so we need relatively new compilers. |
|
|
|
|
|
## CMake
|
|
|
|
|
|
We are using cmake to create build / IDE projects. You will need an installation of CMake to use our project. You can use the cmake-gui directely or if you are working through a terminal you can use the gui-like terminal program ccmake.
|
|
|
We are using cmake to create build / IDE projects in a platform independent manner. You will need an installation of CMake to use our project. You can use the cmake-gui directely or if you are working through a terminal you can use the gui-like terminal program ccmake.
|
|
|
|
|
|
For example, on a Linux based OS if you want to clone mlhp and setup a build project for g++-10 in a subfolder `build`, then you would do the following:
|
|
|
```[bash]
|
... | ... | |