mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
7 lines
82 B
Bash
7 lines
82 B
Bash
#!/bin/sh
|
|
|
|
brew update
|
|
brew install qt5
|
|
brew link qt5 --force
|
|
brew upgrade python
|