rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Unable to install without Xcode #266

Closed owais closed 8 years ago

owais commented 8 years ago
~ $ brew install neovim-dot-app
==> Installing neovim-dot-app from rogual/neovim-dot-app
neovim-dot-app: A full installation of Xcode.app is required to compile this software.
Installing just the Command Line Tools is not sufficient.
Xcode can be installed from the App Store.
Error: An unsatisfied requirement failed this build.

I understand Xcode can be a dependency for building but I think users should be able to install the app without having to install full Xcode which is multiple gigabytes.

Would it be possible to release pre-built binaries updated even monthly?

owais commented 8 years ago

I was able to compile from source with Xcode. It is a bit weird that compiling from source does not require devtools but installing through a package manager does.