How do I open this program in Linux? #49
Unanswered
anon1231823
asked this question in
Q&A
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 ./server Or you can build project from sources: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
All reactions