Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-practicals
Commits
5e003f21
Commit
5e003f21
authored
Nov 18, 2016
by
tpplanning
Browse files
updating missing packages
parent
04036199
Changes
1
Hide whitespace changes
Inline
Side-by-side
update/update.sh
0 → 100755
View file @
5e003f21
#!/bin/bash
cd
$DEVEL_DIR
/src/hpp_universal_robot/build
cmake
-DCMAKE_INSTALL_PREFIX
=
/home/tpplanning/hpp/install ..
make
install
cd
$DEVEL_DIR
/src
git clone
--recursive
https://github.com/humanoid-path-planner/hpp-environments
cd
$DEVEL_DIR
/src/hpp-environments
mkdir
build
cd
build
cmake
-DCMAKE_INSTALL_PREFIX
=
/home/tpplanning/hpp/install ..
make
install
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