1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix installation of nanomsg

This commit is contained in:
Steffen Vogel 2020-06-06 23:18:04 +02:00
parent a7d9a7accb
commit cd9351c042

View file

@ -153,7 +153,8 @@ fi
# Build & Install nanomsg
if ! pkg-config "nanomsg >= 1.0.0"; then
git clone https://github.com/nanomsg/nanomsg.git
pushd nanomsg
mkdir -p nanomsg/build
pushd nanomsg/build
cmake -DCMAKE_INSTALL_LIBDIR=/usr/local/lib64 ..
if [ -z "${PACKAGE}" ]; then
make -j$(nproc) install