Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
sandbox
Commits
0dca45f6
Commit
0dca45f6
authored
Jul 22, 2020
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Seminator 2.0
parent
3b0d0e12
Pipeline
#20654
passed with stage
in 12 minutes and 30 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
README
README
+1
-1
install.sh
install.sh
+9
-6
No files found.
README
View file @
0dca45f6
...
...
@@ -35,7 +35,7 @@ installed (see /usr/local/share/doc/ for license details):
- ltl3dra 0.3.0 (GPL 3)
- ltl3tela 2.1.1 (GPL 3)
- ltl2dstar 0.5.4 (GPL 2)
- Seminator
1.
2.0 (GPL 3)
- Seminator 2.0 (GPL 3)
- Owl 19.06.03 (GPL 3)
- jhoafparser 1.1.1 (LGPL 2.1)
- spin @SPINVERSION@ (BSD 3-clause)
...
...
install.sh
View file @
0dca45f6
...
...
@@ -78,16 +78,18 @@ cd ..
rm
-rf
ltl3tela-
$V
v
$V
.tar.gz
# Seminator
V
=
1.
2.0
wget https://github.com/mklokocka/seminator/
archive/v
$V
.zip
unzip v
$V
.zip
V
=
2.0
wget https://github.com/mklokocka/seminator/
releases/download/v
$V
/seminator-
$V
.tar.gz
tar
xvf seminator-
$V
.tar.gz
cd
seminator-
$V
./configure
make
-j4
mv
seminator /usr/local/bin
make
install
ldconfig
mkdir
-p
/usr/local/share/doc/seminator
cp
LICENSE
README.md /usr/local/share/doc/seminator
cp
COPYING
README.md /usr/local/share/doc/seminator
cd
..
rm
-rf
seminator-
$V
v
$V
.zip
rm
-rf
seminator-
$V
seminator-
$V
.tar.gz
# ltl2dstar
V
=
0.5.4
...
...
@@ -116,6 +118,7 @@ exec java -jar /usr/local/share/jhoaf/jhoafparser-$V.jar "\$@"
EOF
chmod
+x /usr/local/bin/jhoaf
# Spin already installed as Debian package
ln
-s
/usr/share/doc/spin /usr/local/share/doc
# Divine already installed as Debian package
...
...
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