File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -56,19 +56,16 @@ This project can also be built with [meson](https://github.com/mesonbuild/meson)
5656`pip install meson`
5757
58582. Set up meson build
59- (optionally set install path, otherwise remove -prefix)
60- (optionally enable tests)
6159
6260```
6361export PREFIX=PATH/TO/INSTALL/DIRECTORY
64- meson setup builddir --prefix=$PREFIX -Dtests=true
62+ meson setup builddir --prefix=$PREFIX
6563```
6664
67- 3. Compile and optionally run tests
65+ 3. Compile
6866
6967```
7068meson compile -C builddir -v
71- meson test -C builddir -v
7269```
7370
74714. Install
Original file line number Diff line number Diff line change 11[wrap-git]
22directory=libparserutils
3- url=https://gitlab.collabora. com/libcss /libparserutils.git
3+ url=https://github. com/collabora /libparserutils.git
44revision=meson
Original file line number Diff line number Diff line change 11[wrap-git]
22directory=libwapcaplet
3- url=https://gitlab.collabora. com/libcss /libwapcaplet.git
3+ url=https://github. com/collabora /libwapcaplet.git
44revision=meson
You can’t perform that action at this time.
0 commit comments