Changes

Jump to navigation Jump to search
6 bytes added ,  17:27, 17 May 2017
add xmlto (needed to build man pages when apt-get install --no-install-recommends used to install asciidoc)
Line 65: Line 65:  
* Ubuntu
 
* Ubuntu
 
** The below will get your freshly installed Ubuntu host ready to compile criu. "--no-install-recommends" parameter is to avoid asciidoc pulling in a lot of dependencies.
 
** The below will get your freshly installed Ubuntu host ready to compile criu. "--no-install-recommends" parameter is to avoid asciidoc pulling in a lot of dependencies.
** sudo apt-get install --no-install-recommends git build-essential libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler protobuf-compiler python-protobuf libnl-3-dev libpth-dev pkg-config libcap-dev asciidoc libnet-dev
+
** sudo apt-get install --no-install-recommends git build-essential libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler protobuf-compiler python-protobuf libnl-3-dev libpth-dev pkg-config libcap-dev asciidoc xmlto libnet-dev
    
==== Building Protocol Buffers From Source ====
 
==== Building Protocol Buffers From Source ====

Navigation menu