|
|
|
@ -15,9 +15,8 @@ The configuration is loaded in the following order.
|
|
|
|
## How to build and install
|
|
|
|
## How to build and install
|
|
|
|
Meson/Ninja is used for the build process.
|
|
|
|
Meson/Ninja is used for the build process.
|
|
|
|
To compile and install the application run the following commands:
|
|
|
|
To compile and install the application run the following commands:
|
|
|
|
'''
|
|
|
|
```
|
|
|
|
meson setup build
|
|
|
|
meson setup build
|
|
|
|
meson compile -C build
|
|
|
|
meson compile -C build
|
|
|
|
meson install -C build
|
|
|
|
meson install -C build
|
|
|
|
'''
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|