Skip to content

Instantly share code, notes, and snippets.

@DuaneNielsen
Created April 19, 2021 04:40
Show Gist options
  • Save DuaneNielsen/b0e04dedbb2cea845f25b543dbef6d06 to your computer and use it in GitHub Desktop.
Save DuaneNielsen/b0e04dedbb2cea845f25b543dbef6d06 to your computer and use it in GitHub Desktop.
mujoco in ~/.mujoco/mujoco200 (may need to rename)
ln -s ~/.mujoco/mujoco200 ~/.mujoco/mujoco200_linux
mujuco key in ~/.mujoco/mjkey.txt
sudo apt install libosmesa6-dev libgl1-mesa-glx libglfw3
sudo apt-get install libglew-dev
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/duane/.mujoco/mujoco200/bin
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment