Created
April 19, 2021 04:40
-
-
Save DuaneNielsen/b0e04dedbb2cea845f25b543dbef6d06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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