斯东Stone
032b9909fa
Fix a typo in Ubuntu setup script
5 years ago
Julian Oes
a8c3944485
setup: select Java 8 after installation
5 years ago
Julian Oes
98f0ba33d2
setup: prevent prompt during install
...
This should prevent debconf from asking questions during install.
Presumably, the exported env variable DEBIAN_FRONTEND is not taken into
account in a sudo command, hence we need to add it every time.
5 years ago
Julian Oes
ca7327056c
setup: prevent debconf asking about tzdata
5 years ago
Julian Oes
83ccc4e61e
setup: fix script fail if check fails
5 years ago
Julian Oes
7a0ba7f0ca
setup: remove duplicate
5 years ago
Julian Oes
26d4169b7c
setup: remove unused dependencies
5 years ago
Julian Oes
8353d609cb
setup: don't forget to install wheel
5 years ago
Julian Oes
fcbf2e8f9e
setup: remove Python 2 requirements for Ubuntu
5 years ago
Julian Oes
ac6d7e6730
setup: another try to install pip dependencies
5 years ago
Julian Oes
8112a5c417
setup: fix call to pip/pip3
...
This should prevent the error:
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in <module>
from pip import main
ImportError: cannot import name 'main'
As described in:
https://github.com/pypa/pip/issues/5447#issuecomment-407693701
5 years ago
Julian Oes
bac4854424
setup: stop on error
5 years ago
Julian Oes
126b7a5642
setup: we need a newer pip
5 years ago
Julian Oes
bf62b0f5e6
setup: use pip as user, don't forget python3-dev
...
In my opinion we should not mess with someones system Python
dependencies.
5 years ago
Matthias Grob
7f63ed8202
Arch setup script ( #13111 )
...
* ubuntu.sh: fix space and capitalization
* Add setup script for Arch Linux
* arch.sh: remove numerous confirmations, added some base packages
* setup scripts: adjust messages according to review
5 years ago
Matthias Grob
05446c0875
ubuntu.sh: correct output during ccache installation ( #13106 )
5 years ago
Daniel Agar
26364d44c9
px4_work_queue: command line status output and shutdown empty queues
...
* adds a work_queue systemcmd that will bring a tree view of all active work queues and work items
* WorkQueues now track attached WorkItems and will shutdown when the last WorkItem is detached
5 years ago
Hamish Willee
0c0b261ff2
ubuntu.sh - remove modemmanager
6 years ago
Hamish Willee
fd10220a34
Ubuntu.sh: check for requirements.txt
6 years ago
Hamish Willee
eb81f4bce2
ubuntu.sh: Add note to reboot computer
6 years ago
Hamish Willee
0b049fa4d7
Add updated ccache for Ubuntu 16.04 dev scripts
6 years ago
Hamish Willee
a77fc9aca9
Add docker gazebo dependencies
6 years ago
Hamish Willee
ceaf134092
Change java to openjdk like docker
6 years ago
Hamish Willee
33ae0bb705
ubuntu.py: update to dual install to Python2
6 years ago
Daniel Agar
4b3f68f90c
cmake and Tools/setup.sh default to python3
6 years ago
Daniel Agar
6d30b13afa
update Tools/setup/ dev environment setup scripts
...
- Ubuntu install NuttX toolchain, gazebo, and switch to python3
- OSX switch to python3
6 years ago
Matthias Grob
bee1835831
Tools: fix style consistency in shell scripts "if [...]; then"
6 years ago
Daniel Agar
16a23c5527
ubuntu env setup script install python deps system wide in docker
7 years ago
Daniel Agar
c7ff4a87a3
ubuntu env setup script add file utility
...
- needed for cmake packaging
7 years ago
Daniel Agar
33e68b3331
update ubuntu.sh setup script and python requirements.txt
7 years ago
Daniel Agar
a4a0ccf7f7
initial dev env setup scripts for Ubuntu and OSX ( #8818 )
7 years ago