From e4574423f43a650e6fc334ea570bf282dd0bd72e Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Thu, 14 Sep 2023 00:28:16 +0200 Subject: [PATCH] change readme file --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cf749b..522d9a2 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,16 @@ newer version of this software at https://steffen.gulpe.de/modbus-tcpip/ ![Image_02](https://steffen.gulpe.de/modbus-tcpip/screenshot-winver1-0-0-values.PNG) -# Compilation +# Compilation on Linux +As requirement to compile this application you need to install the gnome3-devel packages. If this is done you can compile and run the application with the following commands: + make configlinux make + ./testmodbus-server # Installation -not supported. +not needed. # Cross Compilation for Windows (build on Debian, target Windows)