|
<< Click to Display Table of Contents >> Navigation: Linux - Ubuntu 24.04 > ZeroMQ |
#
# Übersetzen und Installation von 0MQ
#
cd
rm -rf zeromq-4.1.6
wget https://github.com/zeromq/zeromq4-1/releases/download/v4.1.6/zeromq-4.1.6.tar.gz
tar xvf zeromq-4.1.6.tar.gz
cd zeromq-4.1.6
./configure
make
sudo make install
sudo ldconfig
cd
rm -rf zeromq-4.1.6
#
# Installation von 0MQ-support für Python
#
cd
pip3 install pyzmq