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
1c54e158
Commit
1c54e158
authored
May 14, 2020
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
May 14, 2020
Browse files
Merge branch 'devel' into future
parents
ac4060ab
3f1c77a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
.dockers/ubuntu-18.04/Dockerfile
View file @
1c54e158
...
...
@@ -53,6 +53,7 @@ RUN apt-get update -y && apt-get install -y \
openscenegraph
\
libpcre3-dev
\
wget
\
libcdd-dev
\
sudo
\
&&
apt-get remove
-y
texlive-latex-base texlive-binaries ghostscript
\
&&
apt-get autoremove
-y
\
...
...
doc/instructions.md
View file @
1c54e158
...
...
@@ -77,7 +77,8 @@ To install all the packages on ubuntu 18.04 LTS 64 bit, you should do the follow
libopenscenegraph-dev
\
openscenegraph
\
libpcre3-dev
\
wget
wget
\
libcdd-dev
```
4.
Choose a directory on your file system and define the environment
...
...
scripts/auto-install-hpp.sh
View file @
1c54e158
...
...
@@ -29,7 +29,7 @@ case $HOST_DIST in
omniidl omniidl-python libltdl-dev python-matplotlib libxml2
\
libtinyxml2-dev qt4-dev-tools libqt4-opengl-dev libqtgui4
\
libqtwebkit-dev oxygen-icon-theme libopenscenegraph-dev
\
openscenegraph libpcre3-dev wget"
openscenegraph libpcre3-dev
libcdd-dev
wget"
APT_BUILD_DEP
=
""
CONFIG_FILE
=
"ubuntu-18.04-melodic.sh"
;;
...
...
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