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
43dcc234
Commit
43dcc234
authored
Sep 07, 2017
by
Ivan Sinkarenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exiting early if dev tools fail to install
parent
e0392242
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
install/16_mscc.sh
install/16_mscc.sh
+1
-1
install/57_mscedit2.sh
install/57_mscedit2.sh
+1
-1
No files found.
install/16_mscc.sh
View file @
43dcc234
...
...
@@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
.
${
DIR
}
/common.sh
# Install tools necesarry for Mscc compilation
sudo
apt-get
install
-y
mono-devel mono-xbuild
sudo
apt-get
install
-y
mono-devel mono-xbuild
||
exit
1
# Compile Mscc
pushd
"
${
DIR
}
/../mscc"
>
/dev/null
...
...
install/57_mscedit2.sh
View file @
43dcc234
...
...
@@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Note: Opengeode does not need this, because they check in
# all temporary files into the repo. These have been ignored in
# mscedit2, therefore they need to be compiled explicitly.
sudo
apt-get
install
-y
pyside-tools
sudo
apt-get
install
-y
pyside-tools
||
exit
1
cd
$DIR
/../mscedit2
||
exit
1
make
...
...
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