add the export for libraries for cmake

This commit is contained in:
ackimixs
2024-04-10 09:37:37 +02:00
parent 39f8f91f20
commit 656b621547

View File

@@ -20,8 +20,9 @@ git clone https://github.com/modelec/TCPSocketClient.git
cd TCPSocketClient/
mkdir build && cd build
cmake ..
sudo make
sudo make install
cd ../..
echo 'export LD_LIBRARY_PATH=:/usr/local/lib64:/usr/local/lib' >> ~/.bashrc
```
## Installation du serveur TCP