Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
fb4cd86f
Commit
fb4cd86f
authored
Feb 21, 2017
by
Thanassis Tsiodras
Browse files
Compile and install the MSC tools.
parent
16f030d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/20_msc.sh
0 → 100644
View file @
fb4cd86f
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
cd
$DIR
/../taste-MSC/
||
exit
1
make
||
exit
1
cp
./MSC-Antlr3/bin/msc2py.exe
$HOME
/.local/bin
||
exit
1
cp
./MSC-Antlr3/bin/taste-extract-asn-from-design.exe
$HOME
/.local/bin
||
exit
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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