Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-doc
Commits
2377dc15
Commit
2377dc15
authored
Mar 28, 2014
by
Marine Heckler
Browse files
Fix installation instructions.
parent
bfc36525
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
2377dc15
...
...
@@ -17,7 +17,11 @@ steps:
- ros-groovy-libccd,
- asciidoc,
- source-highlight,
- git
- git,
- libomniorb4-dev,
- omniorb-nameserver,
- omniidl,
- omniidl-python
2. Choose a directory on you file system and define the environment
variable DEVEL_DIR with the full path to this directory.
...
...
doc/Makefile
View file @
2377dc15
...
...
@@ -15,7 +15,7 @@ fcl_branch=master
fcl_repository
=
${FCL_REPO}
jrl-mathtools_branch
=
master
jrl-mathtools_repository
=
${
JRL
_REPO}
jrl-mathtools_repository
=
${
HPP
_REPO}
hpp-util_branch
=
master
hpp-util_repository
=
${HPP_REPO}
...
...
@@ -69,6 +69,7 @@ hpp-doc_branch=master
hpp-doc_repository
=
${HPP_REPO}
packages
=
\
eigen3
\
fcl
\
jrl-mathtools
\
hpp-util
\
...
...
@@ -83,7 +84,6 @@ packages= \
hpp-wholebody-step
\
hpp-wholebody-step-corba
\
hpp_ros
\
test-hpp
\
hpp-doc
install_all
=
$(packages:=.all)
...
...
@@ -141,9 +141,14 @@ hpp-doc.configure:
../configure
--prefix
=
${DEVEL_DIR}
/install
eigen3.checkout
:
wget
-O
eigen3.tar.bz2 http://bitbucket.org/eigen/eigen/get/3.2.1.tar.bz2
;
\
cd
${SRC_DIR}
;
bunzip2 eigen3.tar.bz2
;
tar
xvf eigen3.tar
;
\
rm
-f
eigen3.tar
;
mv
eigen-eigen-6b38706d90a9 eigen3
if
[
-d
$
(
@:.checkout
=)
]
;
then
\
echo
"
$
(@:.checkout=) already checkout out."
;
\
else
\
wget
-O
eigen3.tar.bz2
\
http://bitbucket.org/eigen/eigen/get/3.2.1.tar.bz2
;
\
cd
${SRC_DIR}
;
bunzip2 eigen3.tar.bz2
;
tar
xvf eigen3.tar
;
\
rm
-f
eigen3.tar
;
mv
eigen-eigen-6b38706d90a9 eigen3
;
\
fi
hrp2.configure
:
cd
${SRC_DIR}
/hrp2/hrp2_14_description
;
\
...
...
doc/config.sh
View file @
2377dc15
...
...
@@ -7,4 +7,6 @@ export LD_LIBRARY_PATH=$DEVEL_DIR/install/lib:/opt/ros/groovy/lib:$LD_LIBRARY_PA
if
[
-f
$DEVEL_DIR
/install/setup.bash
]
;
then
source
$DEVEL_DIR
/install/setup.bash
else
source
/opt/ros/groovy/setup.bash
fi
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment