From 97ef9680132f5e9adafb6d75b1092de5e16cbd57 Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 9 Jul 2024 10:20:16 -0400 Subject: [PATCH] ubuntu 22 extra install --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c3cdb7b4d..126a6c5c5 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,11 @@ brew install ninja zlib sudo apt-get update && sudo apt-get install cmake libgl1-mesa-dev libxinerama-dev libxcursor-dev libxrandr-dev libxi-dev ninja-build zlib1g-dev clang-12 ``` +If you are using Ubuntu 22.04 you may need to additionally install: +```sh +sudo apt-get install libstdc++-12-dev +``` + ### Clone MuJoCo MPC ```sh git clone https://github.com/google-deepmind/mujoco_mpc