repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
jack2: bump to 1.9.21
[kiss-trunc88.git]
/
libxml++-2.6
/
build
blob
7e12539895fa4bb21aae7e4581c3d917e98ba9a4
1
#!/bin/sh -e
2
3
meson build \
4
--prefix
=/
usr \
5
--buildtype
=
plain \
6
--strip
\
7
-Ddebug
=
false \
8
-Db_ndebug
=
true \
9
-Dbuild-examples
=
false \
10
-Dbuild-tests
=
false \
11
-Dmaintainer-mode
=
false
12
13
ninja
-C
build
14
ninja
-C
build
install