Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
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
Martin Manchev
osie
Commits
90e5051e
Commit
90e5051e
authored
Dec 26, 2021
by
Balakrishna Balakrishna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction of Beremiz installation files
parent
9f06a8ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
scripts/beremiz_install.sh
scripts/beremiz_install.sh
+7
-3
scripts/open62541_install.sh
scripts/open62541_install.sh
+0
-0
No files found.
scripts/beremiz_install.sh
View file @
90e5051e
...
...
@@ -40,7 +40,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# install required packages
apt
-yq
update
apt
-yq
install
python-wxgtk3.0 python-lxml python-is-python2 python-numpy build-essential python-dev-is-python2 mercurial autoconf bison flex python2 virtualenv python-lxml python-numpy libgtk-3-dev libgl1-mesa-dev libglu1-mesa-dev
pip2
install
pyro twisted nevow autobahn lxml opcua
pip2
install
pyro twisted nevow autobahn lxml opcua
zeroconf
==
0.19.1
# Path preparation
LOCAL_HOME_DIR
=
/home/
${
SUDO_USER
:-
$(
whoami
)
}
/
...
...
@@ -55,19 +55,23 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# Build Matiec
echo
"Building Matiec."
cd
$LOCAL_HOME_DIR
/Beremiz/
hg clone https://hg.beremiz.org/matiec
cd
matiec/
autoreconf
-i
./configure
make
-j
pwd
# Build Modbus
echo
"Building Modbus."
echo
"Building Modbus."
cd
$LOCAL_HOME_DIR
/Beremiz/
hg clone https://hg.beremiz.org/Modbus/
cd
Modbus/
make
echo
"Beremiz is installed."
echo
"Run
$
python2 ~/Beremiz/
B
eremiz/Beremiz.py to open Beremiz"
echo
"Run
$
python2 ~/Beremiz/
b
eremiz/Beremiz.py to open Beremiz"
else
...
...
scripts/open62541_install.sh
100644 → 100755
View file @
90e5051e
File mode changed from 100644 to 100755
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