-
Notifications
You must be signed in to change notification settings - Fork 6
CentOS Build
Kwuaint edited this page May 21, 2018
·
9 revisions
sudo yum update
sudo yum install git gcc gcc-c++ make cmake libmicrohttpd-devel autoconf automake libtool libstdc++-static openssl-devel libcurl
install libuv
git clone https://github.com/libuv/libuv.git
cd libuv
./autogen.sh
./configure
make
sudo make install
git clone https://github.com/UlordChain/ulordrig.git
cd ulordrig
mkdir build && cd build
cmake ..
make
-
-DWITH_LIBCPUID=OFFDisable libcpuid. Auto configuration of CPU after this will be very limited. -
-DWITH_HTTPD=ONBuild with built in http server and API.