Skip to content

Commit

Permalink
readme: show compilation options
Browse files Browse the repository at this point in the history
I think they are self explanetory
  • Loading branch information
dimmus committed Nov 3, 2023
1 parent ae14ce1 commit e9f07da
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 61,21 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:"$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH=/usr/local/lib:"$LD_LIBRARY_PATH"
```

Compilation options are (see `meson_options.txt` as well):

| Option | Default value |
| :----------------|:-------------:|
| -Denable-nls | true |
| -Denable-audio | true |
| -Denable-enventor| false |
| -Denable-tizen | false |
| -Dbuild-doc | false |
| -Denable-debug | false |
| -Denable-todo | false |
| -Dbuild-tests | false |

You can see your current setup in the meson setup output.

To run tests:
```sh
meson --reconfigure -Dbuild-tests=true . build
Expand Down

0 comments on commit e9f07da

Please sign in to comment.