Skip to content

Commit

Permalink
arch.sh: enable multicore gazebo compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Oct 12, 2019
1 parent 7dd1be6 commit bba464d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/setup/arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bba464d

Please sign in to comment.