-
Notifications
You must be signed in to change notification settings - Fork 6
Ubuntu Build
jxin hu edited this page Jun 19, 2018
·
8 revisions
sudo apt install git build-essential gcc g++ cmake libuv1-dev libmicrohttpd-dev libssl-dev
git clone https://github.com/UlordChain/ulordrig.git
cd ulordrig
mkdir build && cd build
cmake ..
make
- -DWITH_LIBCPUID=OFF Disable libcpuid. Auto configuration of CPU after this will be very limited.
- -DWITH_HTTPD=ON Build with built in http server and API.
- -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a Use static libuv version.