Skip to content

Commit e54f4ed

Browse files
Merge pull request #12 from NikolasK-source/main
v1.1.2
2 parents d107673 + fd71815 commit e54f4ed

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
44
# ======================================================================================================================
55

66
# project
7-
project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.1.1)
7+
project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.1.2)
88

99
# settings
1010
set(Target "stdin-to-modbus-shm") # Executable name (without file extension!)

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,16 @@ By additionally enabling the option ```--bash```, the output is created as a bas
134134

135135
## Install
136136

137+
### Using the Arch User Repository (recommended for Arch based Linux distributions)
138+
The application is available as [stdin-to-modbus-shm](https://aur.archlinux.org/packages/stdin-to-modbus-shm) in the [Arch User Repository](https://aur.archlinux.org/).
139+
See the [Arch Wiki](https://wiki.archlinux.org/title/Arch_User_Repository) for information about how to install AUR packages.
140+
141+
137142
### Using the Modbus Collection Flapak Package: Shared Memory Modbus (recommended)
138143
[SHM-Modbus](https://nikolask-source.github.io/SHM_Modbus/) is a collection of the shared memory modbus tools.
139144
It is available as flatpak and published on flathub as ```network.koesling.shm-modbs```.
140145

146+
141147
### Using the Standalone Flatpak package
142148
The flatpak package can be installed via the .flatpak file.
143149
This can be downloaded from the GitHub [projects release page](https://github.com/NikolasK-source/stdin_to_modbus_shm/releases):

src/InputParser.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#pragma once
77

88
#include <cstddef>
9+
#include <cstdint>
910
#include <string>
1011
#include <vector>
1112

0 commit comments

Comments
 (0)