Skip to content
  • Niels De Graef's avatar
    Add build support for Meson · b19c3090
    Niels De Graef authored
    To build with meson, use the following commands:
    
    ```
    $ meson build
    $ ninja -C build
     # in case you want to install
    $ ninja -C build install
    ```
    b19c3090