How do I open this program in Linux? #49
Answered
by
serhmarch
anon1231823
asked this question in
Q&A
-
|
I read the readme and I don't see any information about how I actually execute this program on Linux? I downloaded the Ubuntu-x65.tar.gz but what do I do from here? |
Beta Was this translation helpful? Give feedback.
Answered by
serhmarch
Jun 2, 2025
Replies: 1 comment
-
|
Hello.
$ mkdir ~/ModbusTools
$ tar -xvzf /<path>/<to>/Ubuntu-x64.tar.gz -C ~/ModbusTools
$ sudo apt install qtbase5-dev qttools5-dev
$ cd ~/ModbusTools
$ ./client
$ sudo ./serverOr you can build project from sources: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
serhmarch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
Open console window (
bash).Make dir to extract files for archive (for instance
ModbusToolsin current user home folder):$ mkdir ~/ModbusTools$ tar -xvzf /<path>/<to>/Ubuntu-x64.tar.gz -C ~/ModbusTools$ sudo apt install qtbase5-dev qttools5-devModbusToolsdir and run programs:Or you can build project from sources:
https://github.com/serhmarch/ModbusTools/tree/main/src#building-modbustools-from-source-on-linux