Easy to setup steps for vc4asm Installation
What is “vc4asm” Package?
Macro assembler for Broadcom VideoCore IV aka Raspberry Pi GPU
For more details: http://maazl.de/project/vc4asm/doc/index.html
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install vc4asm.
brew install vc4asm
Now, use vc4asm!