Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion scripts/common/install_opengl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ cd /tmp/gldev/EGL-Registry
git checkout 0fa0d37da846998aa838ed2b784a340c28dadff3
cp -r api/EGL api/KHR /usr/local/include
cd /tmp/gldev
git clone --branch=mesa-17.3.3 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git
#gitlab.freedesktop.org is down
#git clone --branch=mesa-17.3.3 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git
git clone --branch=mesa-17.3.3 --depth=1 https://github.com/chaotic-cx/mesa-mirror.git
mv /tmp/gldev/mesa-mirror /tmp/gldev/mesa
cd /tmp/gldev/mesa
mkdir -p /usr/local/include/GL
cp include/GL/gl.h include/GL/gl_mangle.h /usr/local/include/GL/
Expand Down
Loading