kkimurak / ssl-setup

Bash script that setup the official RoboCup-SSL tools with required packages ( https://github.com/RoboCup-SSL/ )
4 stars 0 forks source link

update dependency #37

Open kkimurak opened 4 years ago

kkimurak commented 4 years ago

Currently this script will install ode 0.13 (if need to build from source),
and OpenCV is also older version.
Need a way to get latest release, and I've already did it for ssl-game-controller.
OpenCV is hosted on GitHub. How about ODE...?

I need to know how to get latest release on BitBucket.

kkimurak commented 4 years ago

Originally We're building ode from source to enable 'double-precision'.
Recently I found the package ode-doubleavailable for fedora, so we don't have to build ode from source.
But for Arch, nothing similar to this exist so still require to do that...

kkimurak commented 4 years ago

I've installed ode from source because Fedora 30 do not support ode-double, but Fedora 31 do.
And EOL of Fedora 30 will come soon (it maybe 19 May 2020) So I can update deps for Fedora after the day.

kkimurak commented 4 years ago

but we still need to build ode from source if we choose Arch Linux...

kkimurak commented 4 years ago

ode installed with pacman is built with --enable-double-precision so we don't have to build ode from source any more.