mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 02:16:33 +00:00
4 lines
108 B
Bash
4 lines
108 B
Bash
#!/bin/sh
|
|
. /opt/qt56/bin/qt56-env.sh
|
|
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make
|