Skip to content

Compiling the Downloader tool

MCMrARM edited this page Dec 27, 2016 · 2 revisions

Installing required packages

You'll need the following packages first:

  • Ubuntu
  • apt-get install cmake zlib1g-dev libcurl4-openssl-dev protobuf-compiler

Compiling

You can compile this tool just like you would compile any other CMake project:

$ mkdir build && cd build
$ cmake ..
$ make
Clone this wiki locally