oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

home brew install fails #7

Closed naveensrinivasan closed 9 years ago

naveensrinivasan commented 9 years ago

When i try to run brew install gtk+3 vte3 --without-x11 I get this as response
➜ ~ brew install gtk+3 vte3 --without-x11 cairo: Unsatisfied dependency: XQuartz 0.0.0 Homebrew does not package XQuartz. Installers may be found at: https://xquartz.macosforge.org pango: Unsatisfied dependency: XQuartz 0.0.0 Homebrew does not package XQuartz. Installers may be found at: https://xquartz.macosforge.org at-spi2-core: Unsatisfied dependency: XQuartz 0.0.0 Homebrew does not package XQuartz. Installers may be found at: https://xquartz.macosforge.org Error: Unsatisified requirements failed this build.

What is wrong?

Thanks

oakes commented 9 years ago

You need to install XQuartz as it mentions. It doesn't actually get used, but the homebrew formula requires it.

naveensrinivasan commented 9 years ago

Thanks! Got it!