Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
godot-modbus-demo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
godot-modbus-demo
Commits
533935be
Commit
533935be
authored
Sep 01, 2020
by
Houkime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Debian instructions
parent
9f447150
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+7
-1
No files found.
README.md
View file @
533935be
...
...
@@ -36,7 +36,7 @@ Aside from using ModbusSpatial to send and receive some data, controllable devic
### 1. Install godot and libmodbus on your host machine.
on Arch Linux and Manjaro:
####
on Arch Linux and Manjaro:
```
sudo pacman -S godot
...
...
@@ -44,6 +44,12 @@ sudo pacman -S godot
libmodbus can be fetched from AUR
[
https://aur.archlinux.org/packages/libmodbus-git/
](
https://aur.archlinux.org/packages/libmodbus-git/
)
#### on Debian:
```
sudo apt install godot3 libmodbus5
```
### 2. Clone this repository
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment