Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
40f8ebb5
Commit
40f8ebb5
authored
Feb 22, 2017
by
Thanassis Tsiodras
Browse files
Install the MSC utils alongside ASN1SCC (they share DLLs)
parent
4bf4d568
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/20_msc.sh
View file @
40f8ebb5
...
...
@@ -6,9 +6,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd
$DIR
/../taste-MSC/
||
exit
1
make
||
exit
1
# Install them
in .local/bin
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
# Install them
alongside ASN1SCC (they share DLLs)
cp
./MSC-Antlr3/bin/msc2py.exe
$
{
PREFIX
}
/share/asn1scc/
||
exit
1
cp
./MSC-Antlr3/bin/taste-extract-asn-from-design.exe
$
{
PREFIX
}
/share/asn1scc/
||
exit
1
# Update the path
PATH_CMD
=
'export PATH=$PATH:$HOME/.local/bin'
...
...
Write
Preview
Supports
Markdown
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