Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
taste-setup
Commits
869179ce
Commit
869179ce
authored
Sep 06, 2017
by
Ivan Sinkarenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install mscc & mscedit2
parent
8dc0aca0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
40 additions
and
0 deletions
+40
-0
.gitmodules
.gitmodules
+6
-0
install/16_mscc.sh
install/16_mscc.sh
+22
-0
install/57_mscedit2.sh
install/57_mscedit2.sh
+10
-0
mscc
mscc
+1
-0
mscedit2
mscedit2
+1
-0
No files found.
.gitmodules
View file @
869179ce
...
...
@@ -49,3 +49,9 @@
[submodule "components_library"]
path = components_library
url = https://gitrepos.estec.esa.int/taste/components_library
[submodule "mscedit2"]
path = mscedit2
url = https://gitrepos.estec.esa.int/ivany4/opengeode.git
[submodule "mscc"]
path = mscc
url = https://gitrepos.estec.esa.int/ivany4/mscc.git
install/16_mscc.sh
0 → 100755
View file @
869179ce
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
.
${
DIR
}
/common.sh
# Install tools necesarry for Mscc compilation
sudo
apt
install
-y
mono-devel mono-xbuild
# Compile Mscc
pushd
"
${
DIR
}
/../mscc"
>
/dev/null
git submodule update
--init
make release
# Move binaries to the installation folder
mkdir
-p
${
PREFIX
}
/share/mscc/
||
exit
1
mv
bin/Release/
*
"
${
PREFIX
}
/share/mscc/"
popd
>
/dev/null
cd
${
PREFIX
}
/share/
||
exit
1
# Add to PATH
PATH_CMD
=
'export PATH=$PATH:'
"
${
PREFIX
}
/share/mscc/"
UpdatePATH
install/57_mscedit2.sh
0 → 100755
View file @
869179ce
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
.
${
DIR
}
/common.sh
cd
$DIR
/../mscedit2
||
exit
1
pip2
install
--user
--upgrade
.
||
exit
1
# Add .local/bin to PATH
PATH_CMD
=
'export PATH=$PATH:$HOME/.local/bin'
UpdatePATH
mscc
@
ab11d454
Subproject commit ab11d45476cdf95845bc6b0c391f06bdf0e6ed1a
mscedit2
@
daacf66d
Subproject commit daacf66d485b2acd3c82de46481f0729a496d6d1
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