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:
parent
a7d9a7accb
commit
cd9351c042
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue