mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 23:19:05 +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
|