Unverified Commit 1df88eb8 authored by Saurabh Gupta's avatar Saurabh Gupta Committed by GitHub
Browse files

Fix Instructions for installing swiftshader. (#5407)

parent 796a9d91
...@@ -62,6 +62,7 @@ citing the following paper: ...@@ -62,6 +62,7 @@ citing the following paper:
mkdir -p deps mkdir -p deps
git clone --recursive https://github.com/google/swiftshader.git deps/swiftshader-src git clone --recursive https://github.com/google/swiftshader.git deps/swiftshader-src
cd deps/swiftshader-src && git checkout 91da6b00584afd7dcaed66da88e2b617429b3950 cd deps/swiftshader-src && git checkout 91da6b00584afd7dcaed66da88e2b617429b3950
git submodule update
mkdir build && cd build && cmake .. && make -j 16 libEGL libGLESv2 mkdir build && cd build && cmake .. && make -j 16 libEGL libGLESv2
cd ../../../ cd ../../../
cp deps/swiftshader-src/build/libEGL* libEGL.so.1 cp deps/swiftshader-src/build/libEGL* libEGL.so.1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment