Skip to content

How do I open this program in Linux? #49

Answered by serhmarch
anon1231823 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello.

  1. Open console window (bash).

  2. Make dir to extract files for archive (for instance ModbusTools in current user home folder):

$ mkdir ~/ModbusTools
  1. Extract files into newly created dir:
$ tar -xvzf /<path>/<to>/Ubuntu-x64.tar.gz -C ~/ModbusTools
  1. Install Qt library (for Debian/Ubuntu/Mint/other debian-family distro):
$ sudo apt install qtbase5-dev qttools5-dev
  1. Go to previously created ModbusTools dir and run programs:
$ cd ~/ModbusTools
$ ./client
$ sudo ./server

Or you can build project from sources:
https://github.com/serhmarch/ModbusTools/tree/main/src#building-modbustools-from-source-on-linux

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by serhmarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants