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

use existing script to install dependent libraries #6

Open kkimurak opened 6 years ago

kkimurak commented 6 years ago

Some of the tools have their own script to install dependent libraries. I think it is better to use them.

kkimurak commented 5 years ago

status

kkimurak commented 5 years ago

ssl-autorefs also has its own install script,
and supports pacman (arch linux), dnf (fedora), and apt (ubuntu).

kkimurak commented 5 years ago

I've divided package list into variables corresponding to each software (work in #27) .
So I can do this work easier.