mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 15:14:58 +08:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
mkdir p11-build &&
|
|
cd p11-build &&
|
|
|
|
meson --prefix=/usr \
|
|
--buildtype=release \
|
|
-Dtrust_paths=/etc/pki/anchors &&
|
|
ninja |