mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
arch.sh: enable multicore gazebo compilation
This commit is contained in:
parent
7dd1be65ca
commit
bba464d722
@ -139,6 +139,8 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
||||
yay \
|
||||
;
|
||||
|
||||
sudo sed -i '/MAKEFLAGS=/c\MAKEFLAGS="-j'$(($(grep -c processor /proc/cpuinfo)+2))'"' /etc/makepkg.conf
|
||||
|
||||
yay -S gazebo --noconfirm
|
||||
|
||||
if sudo dmidecode -t system | grep -q "Manufacturer: VMware, Inc." ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user