Skip to content

Commit

Permalink
merge meson & cmake build scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Lomovtsev <[email protected]>
  • Loading branch information
vlomovtsev authored and mxlgv committed Apr 1, 2024
1 parent 4912be6 commit 9afa4dd
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 178 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ Build on Windows (x86_64)
```sh
./build-win64.sh
```
If you want to use meson build system, please use `-s meson` key as the first argument, i.e.
```sh
bash build-win64.sh -s meson -c -b
```
will do the same as commands above, but using meson.

Note: the build script has some other options, their description can be found using the `--help`.

Build Windows Installer (NSIS)
Expand Down
125 changes: 0 additions & 125 deletions build-meson-windows.sh

This file was deleted.

Loading

0 comments on commit 9afa4dd

Please sign in to comment.