吴陆奇

关注

Ubuntu21.04编译OpenPGP

吴陆奇

关注

阅读 244

2022-06-14

先安装第三方依赖库
Ubuntu21.04编译OpenPGP_依赖库

mkdir build
cd build
cmake ..
make
make install

修改CMakeLists.txt
注释以下内容:

If (0)
set(BUILD_TESTS ON CACHE BOOL "Build tests")
if (BUILD_TESTS)
# create the test target
enable_testing()

# add tests
add_subdirectory(tests)
endif()


set(BUILD_CLI ON CACHE BOOL "Build CLI example")
if (BUILD_CLI)
# add cli
add_subdirectory(cli)
endif()
endif()


相关推荐

转角一扇门

ubuntu21.04安装 docker

转角一扇门 239 0 0

小美人鱼失去的腿

ubuntu21.04 安装 gmp

小美人鱼失去的腿 143 0 0

四月天2021

Ubuntu21.04中安装zlib

四月天2021 153 0 0

Yaphets_巍

Android系统-Ubuntu21.04编译RK3399_android10问题汇总

Yaphets_巍 283 0 0

想溜了的蜗牛

Ubuntu 21.04 配置自启动脚本

想溜了的蜗牛 178 0 0

_鱼与渔_

Ubuntu Server 21.04 Install A key deployment Install Nginx

_鱼与渔_ 243 0 0

boomwu

Ubuntu 21.04系统安装 + NVIDIA RTX3080 Ti 显卡驱动安装

boomwu 280 0 0

花姐的职场人生

编译ubuntu kernel

花姐的职场人生 51 0 0

Soy丶sauce

【Ubuntu】Ubuntu 编译安装内核(3)

Soy丶sauce 50 0 0

言诗把酒

【Ubuntu】Ubuntu 编译安装内核(1)

言诗把酒 77 0 0

精彩评论(0)

0 0 举报