Skip to content

Latest commit

 

History

History

make

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Build the Parameter Server

Requirement

The parameter server needs a C++ compiler supporting c++11, such as gcc >= 4.7.2 (prefer >= 4.8) or llvm >= 3.4. You can update gcc via either downloading packages, e.g. centos, ubuntu, mac os x, or building from source, such as for centos.

Build the Parameter Server

Assume git is installed:

git clone https://github.com/dmlc/parameter_server -b dev
cd parameter_server
./script/install_third.sh
make -j8

Customized Building

You can modify config.mk to customize the building. You can copy this file to the upper directory so that the changes will be ignored by git.