[go: up one dir, main page]

Menu

[r6120]: / trunk / rosdep.yaml  Maximize  Restore  History

Download this file

311 lines (310 with data), 7.1 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
ruby:
ubuntu: ruby
debian: ruby
arch: ruby
macports: |
apr:
ubuntu: libapr1-dev libaprutil1-dev
debian: libapr1-dev libaprutil1-dev
arch: apr apr-util
fedora: apr-devel apr-util
macports: apr apr-util
python:
ubuntu: python-dev
debian: python-dev
arch: python
fedora: python-devel
macports: python25 python_select py25-hashlib
python-yaml:
ubuntu: python-yaml
debian: python-yaml
fedora: PyYAML
centos: PyYAML
arch: |
if ! pacman -Q libyaml python-yaml; then yaourt -S libyaml python-yaml; fi
macports: py25-yaml
python-gtk2:
ubuntu: python-gtk2
arch: pygtk
debian: python-gtk2
macports: py25-gtk
python-matplotlib:
ubuntu: python-matplotlib
arch: python-matplotlib
debian: python-matplotlib
macports: py25-matplotlib
python-imaging:
ubuntu: python-imaging
debian: python-imaging
fedora: python-imaging
arch: pil
macports: py25-pil
python-numpy:
ubuntu: python-numpy
debian: python-numpy
fedora: numpy
arch: python-numpy
macports: py25-numpy
python-scipy:
ubuntu: python-scipy
debian: python-scipy
arch: python-scipy
macports: py25-scipy
bzip2:
ubuntu: libbz2-dev
debian: libbz2-dev
fedora: bzip2-devel
arch: bzip2
macports: bzip2
boost:
ubuntu:
9.04: libboost1.37-dev
8.10: |
if [ ! -f /opt/ros/lib/libboost_date_time-gcc43-mt*-1_37.a ] ; then
mkdir -p ~/ros/ros-deps
cd ~/ros/ros-deps
wget --tries=10 http://pr.willowgarage.com/downloads/boost_1_37_0.tar.gz
tar xzf boost_1_37_0.tar.gz
cd boost_1_37_0
./configure --prefix=/opt/ros
make
sudo make install
fi
8.04: |
if [ ! -f /opt/ros/lib/libboost_date_time-gcc42-mt*-1_37.a ] ; then
mkdir -p ~/ros/ros-deps
cd ~/ros/ros-deps
wget --tries=10 http://pr.willowgarage.com/downloads/boost_1_37_0.tar.gz
tar xzf boost_1_37_0.tar.gz
cd boost_1_37_0
./configure --prefix=/opt/ros
make
sudo make install
fi
debian:
sid: libboost1.37-dev
lenny: |
if [ ! -f /opt/ros/lib/libboost_date_time-gcc43-mt*-1_37.a ] ; then
mkdir -p ~/ros/ros-deps
cd ~/ros/ros-deps
wget --tries=10 http://pr.willowgarage.com/downloads/boost_1_37_0.tar.gz
tar xzf boost_1_37_0.tar.gz
cd boost_1_37_0
./configure --prefix=/opt/ros
make
sudo make install
fi
fedora: boost-devel
arch: boost
macports: boost
zlib:
ubuntu: zlib1g-dev
debian: zlib1g-dev
fedora: zlib-devel
arch: zlib
macports: zlib
graphviz:
ubuntu: graphviz
debian: graphviz
fedora: graphviz
arch: graphviz
macports: graphviz
fakeroot:
ubuntu: fakeroot
arch: fakeroot
debian: fakeroot
dpkg-dev:
ubuntu: dpkg-dev
debian: dpkg-dev
arch: |
if ! pacman -Q dpkg; then yaourt -S dpkg; fi
doxygen:
ubuntu: doxygen
arch: doxygen
debian: doxygen
macports: doxygen
wxwidgets:
ubuntu: libwxgtk2.8-dev
debian: libwxgtk2.8-dev
fedora: wxGTK-devel
macports: wxwidgets
arch: wxgtk
wxpython:
ubuntu: python-wxgtk2.8
arch: wxpython
fedora: wxPython-devel
centos: wxPython-devel
debian: python-wxgtk2.8
macports: py25-wxpython
log4cxx:
ubuntu:
9.04: liblog4cxx10-dev
8.10: |
if [ ! -f /opt/ros/lib/liblog4cxx.so.10 ] ; then
mkdir -p ~/ros/ros-deps
cd ~/ros/ros-deps
wget --tries=10 http://pr.willowgarage.com/downloads/apache-log4cxx-0.10.0-wg_patched.tar.gz
tar xzf apache-log4cxx-0.10.0-wg_patched.tar.gz
cd apache-log4cxx-0.10.0
./configure --prefix=/opt/ros
make
sudo make install
fi
8.04: |
if [ ! -f /opt/ros/lib/liblog4cxx.so.10 ] ; then
mkdir -p ~/ros/ros-deps
cd ~/ros/ros-deps
wget --tries=10 http://pr.willowgarage.com/downloads/apache-log4cxx-0.10.0-wg_patched.tar.gz
tar xzf apache-log4cxx-0.10.0-wg_patched.tar.gz
cd apache-log4cxx-0.10.0
./configure --prefix=/opt/ros
make
sudo make install
fi
debian:
sid: liblog4cxx10-dev
lenny: |
if [ ! -f /opt/ros/lib/liblog4cxx.so.10 ] ; then
mkdir -p ~/ros/ros-deps
cd ~/ros/ros-deps
wget --tries=10 http://pr.willowgarage.com/downloads/apache-log4cxx-0.10.0-wg_patched.tar.gz
tar xzf apache-log4cxx-0.10.0-wg_patched.tar.gz
cd apache-log4cxx-0.10.0
./configure --prefix=/opt/ros
make
sudo make install
fi
fedora: log4cxx-devel
arch: |
if ! pacman -Q log4cxx; then yaourt -S log4cxx; fi
macports: log4cxx
libxext:
ubuntu: libXext-dev
debian: libxext-dev
fedora: libXext-devel
macports: xorg-libXext
arch: libxext
swig:
ubuntu: swig
debian: swig
fedora: swig
macports: swig
arch: swig
zziplib:
ubuntu: libzzip-0-13 libzzip-dev
debian: libzzip-0-13 libzzip-dev
fedora: zziplib-devel
macports: libzzip
arch: zziplib
libxaw:
ubuntu: libxaw7-dev
debian: libxaw7-dev
fedora: libXaw-devel
macports: xorg-libXaw
arch: libxaw
opengl:
ubuntu: libgl1-mesa-dev libglu1-mesa-dev
debian: libgl1-mesa-dev libglu1-mesa-dev
fedora: mesa-libGL-devel mesa-libGLU-devel
macports: mesa
arch: mesa
libxxf86vm:
ubuntu: libxxf86vm-dev
debian: libxxf86vm-dev
fedora: libXxf86vm-devel
macports: xorg-libXxf86vm
arch: libxxf86vm
gtk2:
ubuntu: libgtk2.0-dev
debian: libgtk2.0-dev
fedora: gtk2-devel
macports: gtk2
arch: gtk2
autoconf:
ubuntu: autoconf
debian: autoconf
fedora: autoconf
arch: autoconf
macports: autoconf
automake:
ubuntu: automake
debian: automake
fedora: automake
arch: automake
macports: automake
libtool:
ubuntu: libtool libltdl3-dev
debian: libtool libltdl3-dev
fedora: libtool libtool-ltdl-devel
macports: libtool
arch: libtool
pkg-config:
ubuntu: pkg-config
debian: pkg-config
fedora: pkgconfig
arch: pkgconfig
macports: pkgconfig
octave:
ubuntu: octave3.0-headers
arch: octave
macports: octave
centos: octave-devel
debian: octave3.0-headers
ncurses:
ubuntu: libncurses5-dev
arch: ncurses
macports: ncurses
centos: ncurses-devel
debian: libncurses5-dev
qt4:
ubuntu: libqt4-core libqt4-dev qt4-dev-tools libqt4-opengl-dev
debian: libqt4-core libqt4-dev qt4-dev-tools libqt4-opengl-dev
arch: qt
macports: qt4-mac
curl:
ubuntu: libcurl4-openssl-dev
debian: libcurl4-openssl-dev
arch: curl
macports: curl
libxml2:
ubuntu: libxml2-dev
debian: libxml2-dev
arch: libxml2
macports: libxml2
scons:
ubuntu: scons
debian: scons
arch: scons
macports: scons
java:
ubuntu: sun-java6-jdk
debian: sun-java6-jdk
arch: openjdk6
macports: |
ant:
ubuntu: ant
debian: ant
arch: apache-ant
macports: apache-ant
libstdc++5:
ubuntu: libstdc++5
debian: libstdc++5
cppunit:
ubuntu: libcppunit-dev
debian: libcppunit-dev
fedora: cppunit-devel
arch: cppunit
macports: cppunit
intltool:
ubuntu: intltool
unzip:
ubuntu: unzip
debian: unzip
arch: unzip
fedora: unzip
macports: unzip
sbcl:
ubuntu: sbcl
debian: sbcl
arch: sbcl
macports: sbcl