File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ dist : trusty
3
+ cache :
4
+ apt : true
5
+
1
6
language : cpp
2
7
3
8
os :
@@ -17,6 +22,12 @@ matrix:
17
22
- os : osx
18
23
compiler : gcc
19
24
25
+ addons :
26
+ apt :
27
+ packages :
28
+ - libflann-dev
29
+ - libboost-all-dev
30
+
20
31
install :
21
32
# Install dependencies for FCL
22
33
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then 'ci/install_linux.sh' ; fi
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ endif()
104
104
# endif()
105
105
106
106
107
- find_package (Boost COMPONENTS date_time filesystem unit_test_framework REQUIRED)
107
+ find_package (Boost COMPONENTS date_time filesystem system unit_test_framework REQUIRED)
108
108
include_directories (${Boost_INCLUDE_DIR} )
109
109
110
110
if (MSVC )
Original file line number Diff line number Diff line change 1
1
sudo add-apt-repository --yes ppa:libccd-debs/ppa
2
2
sudo apt-get -qq update
3
3
4
- # #######################
5
- # Mendatory dependencies
6
- # #######################
7
- sudo apt-get -qq --yes --force-yes install cmake
8
- sudo apt-get -qq --yes --force-yes install libboost-all-dev
9
4
sudo apt-get -qq --yes --force-yes install libccd-dev
10
5
11
- # #######################
12
- # Optional dependencies
13
- # #######################
14
- sudo apt-get -qq --yes --force-yes install libflann-dev
15
-
16
6
# Octomap
17
7
git clone https://github.com/OctoMap/octomap
18
8
cd octomap
You can’t perform that action at this time.
0 commit comments