From db7cf966d1fce56edaf4dc0bd48e31fc562a9562 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 2 Oct 2019 11:25:11 +0200 Subject: [PATCH] macOs: add xquartz --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cdaac25..a0bdb4e7 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,14 @@ Which looks like this: You'll probably need to install at least these packages: + brew cask install xquartz brew install sdl2 brew tap PX4/px4 brew search px4 - brew cask install gcc-arm-embedded brew install px4/px4/gcc-arm-none-eabi-80 (latest gcc-arm-none-eabi-XX, currently 80) - + +You may need to reboot to avoid a `DISPLAY is not set` error. + ### Linux You'll probably need to install these (Ubuntu 16):