Stephen Dade
bc485c4c27
Tools: re-added execution flag to environment install scripts
6 years ago
Stephen Dade
7461d70e82
Tools: Consolidated prereq install scripts to single location
6 years ago
Patrick José Pereira
0e5f9454dd
Tools: Update ubuntu script to add pexpect
...
pexpect is used in autotest
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Buzz
31697a3b0c
Tools: add support for GCOV code coverage tool and HTML reporting with LCOV.
...
first, "apt install gcovr lcov" as new prerequisites
then run:
./waf configure --enable-gcov
./waf build --lcov-report
and after much waiting review the report in HTML format with your preferred browser eg:
firefox reports/lcov-report/index.html
6 years ago
MohamedAliRashad
ddab9455e8
Tools: install-prereqs: do not use sudo to install Python packages
6 years ago
Patrick José Pereira
57955421b5
Tools: Correct install-prereqs-ubuntu user input text
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Patrick José Pereira
31dbf282cb
Tools: Update install-prereqs-ubuntu
...
Add lsb-core check for lsb_release
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Stephen Dade
fb53e354c0
Tools: updated STM Tools url for ubuntu/arch install scripts
6 years ago
Adam Watkins
2fe3535fd8
Docker: add Dockerfile for Docker container support
7 years ago
Stephen Dade
0130ff9b89
Tools - updated URL and git submodule command for install-prereqs
7 years ago
Peter Barker
d320e8517d
Tools: correct check for realpath
7 years ago
Peter Barker
3615219c4c
Tools: install-prereqs-ubuntu: correct check for realpath
7 years ago
Peter Barker
5f44327dab
Tools: install-prereqs-ubuntu: only install realpath package if available
...
This has been rolled into coreutils in more recent Ubuntus
7 years ago
Buzz
0f39c4da80
Tools: install-prereqs-ubuntu.sh: increase verbosity
...
Make it a bit more verbose in regard to which script is running, helpful for new user/s especially.
7 years ago
Pierre Kancir
cc50fff51f
Tools: install-prereqs-ubuntu: add xterm to SITL install list
7 years ago
Peter Barker
9138c07fc5
Tools: install-prereqs-ubuntu: install wx for python on older Ubuntus
...
This installs wx on Trusty, so graphing from sim_vehicle.py works.
7 years ago
Peter Barker
0a7ae22398
Tools: Vagrant: use install-prereqs-ubuntu for installation
7 years ago
Andrew Tridgell
619cdbe065
Tools: fixed bash syntax error in install-prereqs-ubuntu.sh
8 years ago
Pierre Kancir
75a2a1cd6c
Tools: Don't install libc6-i386 on 32bit Ubuntu
8 years ago
Peter Barker
e8fc5b9552
Tools: add set -x to install-prereqs scripts
8 years ago
mirkix
0638ec7dfe
Tools: add pkg-config-arm-linux-gnueabihf package
8 years ago
mirkix
25f6d29d97
Tools: rename BEBOP to generic ARM_LINUX
8 years ago
Lucas De Marchi
0c1f2ba144
scripts: add cmake to install-prereq scripts
8 years ago
Andrew Tridgell
bd0d37e2fd
Tools: added cmake to ububtu prereqs install
...
this fixes waf build for ubuntu 14.04 LTS
8 years ago
Pierre Kancir
f7d19a6cd7
Tools: update ubuntu install script
8 years ago
Pierre Kancir
08cf58a027
Tools: update ubuntu install script
8 years ago
Andrew Tridgell
b66c3d3915
Tools: added lxml and future for ubuntu users
8 years ago
Tom Pittenger
ed7af8c717
scripts: Add libc6-i386 to px4 package install.
...
Fixes https://github.com/ArduPilot/ardupilot/issues/4316
9 years ago
Lucas De Marchi
b8cb88092f
Tools: install-prereqs-ubuntu: fix exporting PATH
...
Since we escape $PATH, we can't just try to export that way. Since PATH
is unset if we do this, we end up with things like :
./Tools/scripts/install-prereqs-ubuntu.sh: line 101: apt-cache: command
not found
9 years ago
Lucas De Marchi
0fae368635
Tools: install-prereqs-ubuntu: allow to run from repository
...
If we are running the script, we are likely inside the repository, in
which case the script would fail while searching for a directory named
ardupilot. Derive the root directory from the script location.
9 years ago
Lucas De Marchi
757f48ff83
Tools: install-prereqs-ubuntu: fix return code checking
...
We are running the script with -e so we can't check the return code like
that.
9 years ago
Lucas De Marchi
4c6dac2d5d
Tools: install-prereqs-ubuntu: install python-setuptools
9 years ago
Lucas De Marchi
03f5362538
Tools: install-prereqs-ubuntu: remove 32-bit variants
...
These are not necessary and cause trouble in Ubuntu 16.04.
9 years ago
Lucas De Marchi
1a24a3174f
Tools: install-prereqs-ubuntu: fix string concatenation
...
ubuntu@ubuntu-xenial:~/ardupilot$ ./Tools/scripts/install-prereqs-ubuntu.sh
./Tools/scripts/install-prereqs-ubuntu.sh: line 19: python-wxgtk3.0: command not found
While at each, change to use lsb_release like the other scripts.
9 years ago
Andre Kjellstrup
b6b593b6fb
Tools: install-prereqs-ubuntu: update for Ubuntu 16.x
...
No older versions of Ubuntu is affected by this script.
9 years ago
Andrew Tridgell
dea708b368
Tools: switch to ardupilot.org for firmware and autotest
9 years ago
Fredrik Hedberg
e88e8835b1
Tools: Use GCC 4.9 as an Ubuntu prereq as older version is no longer available.
9 years ago
Lucas De Marchi
d16a924a15
scripts: don't install avr tools
9 years ago
Andrew Tridgell
16bc7d8b2e
Tools: fixed datestamp on compiler download
9 years ago
Andrew Tridgell
279a320f44
Tools: switch autobuild to 4.9 compiler
9 years ago
Philippe Hamelin
3af95cc3da
scripts: add catkin_pkg and python-empy to Ubuntu prerequisites
9 years ago
Lucas De Marchi
a2d17b87c7
Tools: add realpath to ubuntu prerequisites
...
The realpath tool may be missing on a Ubuntu distro and we use it in
sim_vehicle.sh. Make sure it's also installed as part of sitl packages.
On Archlinux it's part of the coreutils package which is part of the
base group. Therefore it's guaranteed to be available.
Fix #2730 .
10 years ago
squilter
c5550329a3
Tools: fix ubuntu prereqs script to force python2
10 years ago
squilter
506970fbd3
Tools: Add Bebop prereqs to Ubuntu script
10 years ago
Andrew Tridgell
28ffd9d4ed
travis: setup for git submodules
10 years ago
Andrew Tridgell
094910d7e4
Travis: more debugging code
10 years ago
Andrew Tridgell
494789054e
travis: enable wide range of builds in Travis-CI
10 years ago
Arthur Benemann
14c77adca9
Tools: Updated gcc-arm compiler to version 4_7-2014q2
...
As suggested in the thread at the following link:
https://groups.google.com/forum/#!topic/drones-discuss/hiD23c3w6xQ
10 years ago
Markus Koetter
e06b3f3ff6
Travis-CI: add vrubrain-v51 target (Copter)
11 years ago
Arthur Benemann
ff11b13f9c
tools: In install-prereqs-ubuntu.sh add support for relative paths
...
Install the required projects (PX4*) in the same folder from where the script is called.
Install the arm toolchain at /opt
11 years ago