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

run as root, decrease process to ask password #13

Closed kkimurak closed 5 years ago

kkimurak commented 5 years ago

see #10 .

kkimurak commented 5 years ago

I've tested on Fedora (it works fine).
Now, I have to test them on Arch Linux and Ubuntu.

kkimurak commented 5 years ago

Qt4 is required to build vartypes.
But in latest Arch Linux, Qt4 is on AUR repository, so cannot build correctly.

I need to add process (install qt4 from aur repository) to Arch installation

2019.09.08 add
grSim changed repository of vartypes to forked one (that can support Qt5 version).
See #19

kkimurak commented 5 years ago

Ubuntu 18.04 LTS : failed due to the problem with Qt5,
... NO, that incorrect. The problem is that curl is not installed in initial installation of Ubuntu.
The script installDeps.sh for ssl-autorefs is not run because command curl does not exist, so Qt5 also does not installed.

I'll add curl to be installed.

kkimurak commented 5 years ago

There're some problems happening (#17 , #18 , #19 ) but not relational for this PR.
What is the purpose for #13 ? TO REDUCE THE NUMBER OF TIME TO ASK PASSWORD, REDUCING sudo .

I can merge this because it works fine.