Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Meta
Documentation
Commits
68119382
Commit
68119382
authored
5 years ago
by
Mirko Wächter
Browse files
Options
Downloads
Patches
Plain Diff
fix
#19
Update setup-armarx-min
parent
64a140ac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/scripts/setup-armarx-min
+2
-2
2 additions, 2 deletions
etc/scripts/setup-armarx-min
with
2 additions
and
2 deletions
etc/scripts/setup-armarx-min
+
2
−
2
View file @
68119382
#!/bin/bash
# compile Simox
git clone
--single-branch
-b
Ubuntu18.04
--depth
1 https://gitlab.com/Simox/simox.git ~/simox
git clone
--single-branch
-b
master
--depth
1 https://gitlab.com/Simox/simox.git ~/simox
cd
~/simox
&&
cd
build
&&
cmake ..
-DCMAKE_BUILD_TYPE
=
Release
cd
~/simox
&&
cd
build
&&
make
-j4
...
...
@@ -10,7 +10,7 @@ cd
git clone https://gitlab.com/ArmarX/armarx.git
cd
armarx
git submodule update
--init
git submodule foreach
'git checkout
Ice3.7
'
git submodule foreach
'git checkout
master
'
cd
~/armarx/ArmarXCore/build
&&
cmake ..
cd
~/armarx/
&&
~/armarx/ArmarXCore/build/bin/armarx-dev build RobotSkillTemplates ArmarXSimulation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment