Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
extras
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
4
Merge Requests
4
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
The Openvibe Group
extras
Commits
acbf21c0
Commit
acbf21c0
authored
Apr 25, 2014
by
ANDRADE-BARROSO Guillermo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libogre-dev package name in ubuntu 13.10 an 14.04
parent
c65df6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
scripts/linux-install_dependencies
scripts/linux-install_dependencies
+7
-6
No files found.
scripts/linux-install_dependencies
View file @
acbf21c0
...
...
@@ -369,14 +369,15 @@ if [[ ! -e "$ov_target_folder_hit/no-native-packages.hit" ]]; then
if
[[
"
`
grep
-E
'Ubuntu|LinuxMint'
/etc/lsb-release 2> /dev/null
`
"
!=
""
||
"
`
grep
-E
'Raspbian'
/etc/os-release 2> /dev/null
`
"
!=
""
||
"
`
grep
Debian /etc/issue 2> /dev/null
`
"
!=
""
]]
;
then
ov_native_package_installed
=
true
ov_native_package_log_file
=
"
$ov_target_folder_log
/native-packages.log"
if
[[
"
`
grep
-E
'Ubuntu'
/etc/lsb-release 2> /dev/null
`
"
!=
""
&&
"
`
grep
DISTRIB_RELEASE /etc/lsb-release 2> /dev/null |
sed
-e
s/DISTRIB_RELEASE
=
//g
`
"
==
"13.10"
]]
;
then
# at the time of writing this, there was a conflict between libogre-dev and libboost-thread-dev dependencies in 13.10
echo
" Ubuntu 13.10 detected, suggesting specific set of packages..."
echo
ov_
ubuntu_packages
=
"subversion doxygen make automake autoconf cmake unzip gcc g++ libgtk2.0-dev libglade2-dev gfortran libgsl0-dev libexpat1-dev libreadline-dev libzzip-dev libtool libxaw7-dev libpcre3-dev libfreeimage-dev libglu1-mesa-dev libalut-dev libvorbis-dev libncurses5-dev python-dev python-numpy libeigen3-dev libogre-1.8-dev libcegui-mk2-dev libois-dev libboost-dev libboost-thread-dev liblua5.1-0-dev libboost-regex-dev libboost-filesystem-dev libitpp-dev"
if
[[
"
`
grep
-E
'14.04|13.10'
/etc/lsb-release 2> /dev/null
`
"
!=
""
]]
;
then
# at the time of writing this, there was a conflict between libogre-dev and libboost-thread-dev dependencies in 13.10 and 14.04
echo
" Ubuntu 13.10 or 14.04 detected, suggesting specific set of packages..."
ov_
lib_ogre_dev
=
libogre-1.8-dev
else
ov_
ubuntu_packages
=
"subversion doxygen make automake autoconf cmake unzip gcc g++ libgtk2.0-dev libglade2-dev gfortran libgsl0-dev libexpat1-dev libreadline-dev libzzip-dev libtool libxaw7-dev libpcre3-dev libfreeimage-dev libglu1-mesa-dev libalut-dev libvorbis-dev libncurses5-dev python-dev python-numpy libeigen3-dev libogre-dev libcegui-mk2-dev libois-dev libboost-dev libboost-thread-dev liblua5.1-0-dev libboost-regex-dev libboost-filesystem-dev libitpp-dev"
ov_
lib_ogre_dev
=
libogre-dev
fi
;
ov_ubuntu_packages
=
"subversion doxygen make automake autoconf cmake unzip gcc g++ libgtk2.0-dev libglade2-dev gfortran libgsl0-dev libexpat1-dev libreadline-dev libzzip-dev libtool libxaw7-dev libpcre3-dev libfreeimage-dev libglu1-mesa-dev libalut-dev libvorbis-dev libncurses5-dev python-dev python-numpy libeigen3-dev
$ov_lib_ogre_dev
libcegui-mk2-dev libois-dev libboost-dev libboost-thread-dev liblua5.1-0-dev libboost-regex-dev libboost-filesystem-dev libitpp-dev"
for
package
in
$ov_ubuntu_packages
;
do
ov_dpkg_output
=
`
dpkg
-l
$package
2>&1 |
grep
"^ii"
`
...
...
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