Artifact 9ef49d4af42068d55db9b464a6c4e9caf6b121ed:
- File build-assist/installing-nng — part of check-in [3d879e05f7] at 2021-12-04 19:20:43 on branch v2.001 — Added some build info (user: matt, size: 402) [annotate] [blame] [check-ins using]
wget https://github.com/nanomsg/nng/archive/refs/tags/v1.5.2.tar.gz tar xf v1.5.2.tar.gz cd nng-1.5.2 mkdir build cd build make sudo make install vi CMakeCache.txt Change OFF to ON for shared libraries: //Build shared library BUILD_SHARED_LIBS:BOOL=ON make sudo make install sudo ldconfig chicken-install nng -or- git clone https://gitlab.com/ariSun/chicken-nng.git cd chicken-ngg;chicken-install