From 29a4d4f76c09a3d0e91b649d6a4f1ec585ad1409 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 5 Jan 2021 17:40:11 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2865edc7f..3c3effd69 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ If for any reason you do not want to use the provided `setup.sh` script and you ### System Dependencies To install the system dependencies, it is possible to use [Homebrew](http://brew.sh/): ``` -brew install ace boost cmake eigen gsl ipopt jpeg libedit opencv pkg-config portaudio qt5 sqlite swig tinyxml libmatio +brew install ace boost cmake eigen gsl ipopt jpeg libedit opencv pkg-config portaudio qt@5 sqlite swig tinyxml libmatio ``` Since Qt5 is not symlinked in `/usr/local` by default in the homebrew formula, `Qt5_DIR` needs to be properly set to make sure that CMake-based projects are able to find Qt5. From fe590329aa352921d7e3503e9890a8a11b712786 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 5 Jan 2021 17:49:51 +0100 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e159ffb96..dfb48d623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: brew upgrade python@3.9 || brew link --overwrite python@3.9 brew upgrade # Core dependencies - brew install ace boost cmake eigen gsl ipopt jpeg libedit opencv pkg-config portaudio qt5 sqlite swig tinyxml + brew install ace boost cmake eigen gsl ipopt jpeg libedit opencv pkg-config portaudio qt@5 sqlite swig tinyxml # ROBOTOLOGY_ENABLE_DYNAMICS dependencies brew install libmatio # ROBOTOLOGY_ENABLE_DYNAMICS_FULL_DEPS (qhull and cppad are installed with brew)