ubuntu新系统编译环境配置
Posted andy1327
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu新系统编译环境配置相关的知识,希望对你有一定的参考价值。
Protocol Buffers:
$ sudo apt-get install autoconf automake libtool curl make g++ unzip
grpc编译环境:
$ [sudo] apt-get install build-essential autoconf libtool pkg-config
$ [sudo] apt-get install libgflags-dev libgtest-dev
$ [sudo] apt-get install clang libc++-dev
You will only need to install automake, autoconf, libtool and a C compiler (gcc or clang) to compile the library and asciidoc and xmlto to generate the documentation (optional).
以上是关于ubuntu新系统编译环境配置的主要内容,如果未能解决你的问题,请参考以下文章
编写OS第0步_编译环境配置(Ubuntu,CentOS,VirtualBox,bochs)
编写OS第0步_编译环境配置(Ubuntu,CentOS,VirtualBox,bochs)