Ubuntu18.04LTS下编译boringssl
Posted 夜半弯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu18.04LTS下编译boringssl相关的知识,希望对你有一定的参考价值。
一、开发环境
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install cmake
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install golang-go
二、编译boringssl
在boringssl目录下执行:
mkdir build
cd build
cmake ..
make
以上是关于Ubuntu18.04LTS下编译boringssl的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu Server 16.04.1 LTS 64位下编译并运行bitcoin-v0.15.1